Module Name:    othersrc
Committed By:   lukem
Date:           Tue Jan  5 07:23:48 UTC 2010

Modified Files:
        othersrc/usr.bin/tnftp/libedit: Makefile.in

Log Message:
regen for LIBADD= libnetbsd.la


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 othersrc/usr.bin/tnftp/libedit/Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/usr.bin/tnftp/libedit/Makefile.in
diff -u othersrc/usr.bin/tnftp/libedit/Makefile.in:1.6 othersrc/usr.bin/tnftp/libedit/Makefile.in:1.7
--- othersrc/usr.bin/tnftp/libedit/Makefile.in:1.6	Mon Jan  4 06:28:03 2010
+++ othersrc/usr.bin/tnftp/libedit/Makefile.in	Tue Jan  5 07:23:48 2010
@@ -46,7 +46,7 @@
 CONFIG_CLEAN_FILES = makelist
 CONFIG_CLEAN_VPATH_FILES =
 LTLIBRARIES = $(noinst_LTLIBRARIES)
-libedit_la_LIBADD =
+libedit_la_DEPENDENCIES = $(top_builddir)/libnetbsd/libnetbsd.la
 am_libedit_la_OBJECTS = libedit_la-chared.lo libedit_la-common.lo \
 	libedit_la-el.lo libedit_la-emacs.lo libedit_la-hist.lo \
 	libedit_la-history.lo libedit_la-key.lo libedit_la-map.lo \
@@ -233,6 +233,9 @@
 	-I$(top_srcdir) \
 	-I$(top_builddir)
 
+libedit_la_LIBADD = \
+	$(top_builddir)/libnetbsd/libnetbsd.la
+
 generated_files = \
 	common.h \
 	emacs.h \

Reply via email to