mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
522 B

  1. --- bash-3.0/Makefile.in 2004-08-25 22:53:21.000000000 +0200
  2. +++ bash-3.0/Makefile.in.patch 2004-08-25 22:51:33.000000000 +0200
  3. @@ -511,7 +511,7 @@
  4. $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP)
  5. $(RM) $@
  6. - $(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS)
  7. + $(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS) $(READLINE_LIBRARY)
  8. ls -l $(Program)
  9. .build: $(SOURCES) config.h Makefile version.h $(VERSPROG)