* Makefile.in: Respect LDFLAGS when linking cons.saver.

This commit is contained in:
Pavel Roskin 2001-01-17 20:42:49 +00:00
parent f20a4f15c4
commit 09a3730a98
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-01-17 Pavel Roskin <proski@gnu.org>
* Makefile.in: Respect LDFLAGS when linking cons.saver.
2000-11-20 Andrew V. Samoilov <sav@bcs.zp.ua>
* view.c: Fixed long existed bugs in internal viewer. When search is

View File

@ -68,7 +68,7 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
$(CC) -c $(CPPFLAGS) $(DEFS) $(CFLAGS) $<
cons.saver: cons.saver.o
$(CC) -s cons.saver.o -o cons.saver
$(CC) $(LDFLAGS) cons.saver.o -o cons.saver
check:
@echo no tests are supplied.