bash-2.05b-debuginfo.patch 341 B

1234567891011
  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. # How to make a .c file from a .def file.
  9. .def.c: