]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - bash/patches/bash-2.05b-debuginfo.patch
bash: Update to 4.3
[people/ms/ipfire-3.x.git] / bash / patches / bash-2.05b-debuginfo.patch
1 --- bash-2.05b/builtins/Makefile.in.debuginfo 2003-03-25 17:25:21.000000000 +0000
2 +++ bash-2.05b/builtins/Makefile.in 2003-03-25 17:25:49.000000000 +0000
3 @@ -93,7 +93,6 @@
4 $(RM) $@
5 ./$(MKBUILTINS) $(DIRECTDEFINE) $<
6 $(CC) -c $(CCFLAGS) $*.c || ( $(RM) $*.c ; exit 1 )
7 - $(RM) $*.c
8
9 # How to make a .c file from a .def file.
10 .def.c: