summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-02 17:13:43 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-02 17:13:43 +0000
commit69546b19de9a9abc3bf098c1c743c51d74d75d19 (patch)
tree4a442aec550912edec4a15165361f2d7666f87bc
parent25d7d58da9e3db6a7452960b4e8dc27e9b0d5088 (diff)
downloadirssi-69546b19de9a9abc3bf098c1c743c51d74d75d19.zip
Fix for building with objdir
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@32 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6a45d725..e176c96c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,8 +19,8 @@ SUBDIRS = macros src $(PLUGINS) $(SERVERTEST)
## to automatically rebuild aclocal.m4 if any of the macros in
## `macros/' change
-@MAINT@include macros/macros.dep
-@MAINT@macros/macros.dep: macros/Makefile.am
+@MAINT@include $(srcdir)/macros/macros.dep
+@MAINT@$(srcdir)macros/macros.dep: $(srcdir)/macros/Makefile.am
@MAINT@ cd macros && $(MAKE) macros.dep
if HAVE_GNOME