comparison src/Makefile.in @ 16313:36813fc30f3e

(LIBES): Add LOADLIBES and LDLIBS.
author Richard M. Stallman <rms@gnu.org>
date Tue, 24 Sep 1996 20:31:40 +0000
parents 7f3f182f20a3
children b46ae6fb5627
comparison
equal deleted inserted replaced
16312:20690a1ec100 16313:36813fc30f3e
706 706
707 /* Construct full set of libraries to be linked. 707 /* Construct full set of libraries to be linked.
708 Note that SunOS needs -lm to come before -lc; otherwise, you get 708 Note that SunOS needs -lm to come before -lc; otherwise, you get
709 duplicated symbols. If the standard libraries were compiled 709 duplicated symbols. If the standard libraries were compiled
710 with GCC, we might need gnulib again after them. */ 710 with GCC, we might need gnulib again after them. */
711 LIBES = $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \ 711 LIBES = $(LOADLIBES) $(LDLIBS) $(LIBX) LIBS_SYSTEM LIBS_MACHINE LIBS_TERMCAP \
712 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR) 712 LIBS_DEBUG $(GNULIB_VAR) LIB_MATH LIB_STANDARD $(GNULIB_VAR)
713 713
714 /* Enable recompilation of certain other files depending on system type. */ 714 /* Enable recompilation of certain other files depending on system type. */
715 715
716 #ifndef OTHER_FILES 716 #ifndef OTHER_FILES