Blame SOURCES/bash-2.05b-debuginfo.patch

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