changeset 1132:2a4c0ba29cf3

[project @ 1995-02-22 20:49:01 by jwe]
author jwe
date Wed, 22 Feb 1995 20:49:01 +0000
parents 8fa4dc6a6068
children 79ee7f07221e
files src/Makefile.in
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Feb 22 13:51:29 1995 +0000
+++ b/src/Makefile.in	Wed Feb 22 20:49:01 1995 +0000
@@ -108,11 +108,13 @@
 DEF_FILES_1 := $(patsubst %.l, %.def, $(DEF_FILES_2))
 DEF_FILES := $(patsubst %.cc, %.def, $(DEF_FILES_1))
 
+# Don't leave the LIBDLD thing on a line by itself.  It may expand to
+# nothing.
 
 OCTAVE_LIBS = @LIBOCTDLD@ ../liboctave/liboctave.a libtinst.a \
 	../libcruft/libcruft.a ../info/libinfo.a \
-	../readline/libreadline.a ../kpathsea/libkpathsea.a \
-	@LIBDLD@
+	../readline/libreadline.a \
+	../kpathsea/libkpathsea.a @LIBDLD@
 
 DISTFILES = Makefile.in mkdefs mkbuiltins \
 	parse.cc lex.cc y.tab.h $(INCLUDES) $(DLD_SRC) $(SOURCES) \