mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* Makefile.in: Respect LDFLAGS when linking cons.saver.
This commit is contained in:
parent
f20a4f15c4
commit
09a3730a98
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user