Blame SOURCES/bash-2.05b-debuginfo.patch

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