commit aac14d8238e5fda9af9882fee9102a0659be4593
parent b2dbdb641aee3fec7584d0f89f0fe02ba097869a
Author: ukai <ukai>
Date: Sun, 21 Mar 2004 15:09:56 +0000
[w3m-dev 04045]
* Makefile.in (DEFUNS): need $(top_srcdir)
From: Akihiro Sagawa <sagawa@sohgoh.net>
Diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-22 Akihiro Sagawa <sagawa@sohgoh.net>
+
+ * [w3m-dev 04045]
+ * Makefile.in (DEFUNS): need $(top_srcdir)
+
2004-03-21 Fumitoshi UKAI <ukai@debian.or.jp>
* Makefile.in (install-po): fix for broken sh.
diff --git a/Makefile.in b/Makefile.in
@@ -115,7 +115,7 @@ HELP_TARGET=w3mhelp.html
HELP_ALLFILES=w3mhelp-w3m_en.html w3mhelp-w3m_ja.html \
w3mhelp-lynx_en.html w3mhelp-lynx_ja.html
-DEFUNS=main.c menu.c
+DEFUNS=$(top_srcdir)/main.c $(top_srcdir)/menu.c
SCRIPTSUBDIRS= scripts
SUBDIRS = $(SCRIPTSUBDIRS) w3mimg libwc po
.PHONY: $(SUBDIRS)