Blame SOURCES/bash-2.05b-debuginfo.patch

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