From 69546b19de9a9abc3bf098c1c743c51d74d75d19 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 2 Oct 1999 17:13:43 +0000 Subject: [PATCH] Fix for building with objdir git-svn-id: http://svn.irssi.org/repos/irssi/trunk@32 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile.am | 4 ++-- 1 file 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