aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2004-03-21 15:09:56 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2004-03-21 15:09:56 +0000
commit3c6836071f71df0323e1f2bf806afe256866b0d2 (patch)
tree56c686f89b2f422934f9d5ca510823800923cc5f
parent* Makefile.in (install-po): fix for broken sh. (diff)
downloadw3m-3c6836071f71df0323e1f2bf806afe256866b0d2.tar.gz
w3m-3c6836071f71df0323e1f2bf806afe256866b0d2.zip
[w3m-dev 04045]
* Makefile.in (DEFUNS): need $(top_srcdir) From: Akihiro Sagawa <sagawa@sohgoh.net>
-rw-r--r--ChangeLog7
-rw-r--r--Makefile.in2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fb279c2..b6e7be0 100644
--- 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.
@@ -8304,4 +8309,4 @@ a * [w3m-dev 03276] compile error on EWS4800
* release-0-2-1
* import w3m-0.2.1
-$Id: ChangeLog,v 1.899 2004/03/21 14:03:41 ukai Exp $
+$Id: ChangeLog,v 1.900 2004/03/21 15:09:56 ukai Exp $
diff --git a/Makefile.in b/Makefile.in
index 8cf69dc..bd47676 100644
--- 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)