Blame SOURCES/bash-2.05b-debuginfo.patch

07a490
--- bash-2.05b/builtins/Makefile.in.debuginfo	2003-03-25 17:25:21.000000000 +0000
07a490
+++ bash-2.05b/builtins/Makefile.in	2003-03-25 17:25:49.000000000 +0000
07a490
@@ -93,7 +93,6 @@
07a490
 	$(RM) $@
07a490
 	./$(MKBUILTINS) $(DIRECTDEFINE) $<
07a490
 	$(CC) -c $(CCFLAGS) $*.c || ( $(RM) $*.c ; exit 1 )
07a490
-	$(RM) $*.c
07a490
 
07a490
 # How to make a .c file from a .def file.
07a490
 .def.c: