1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

Fix for building with objdir

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@32 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 1999-10-02 17:13:43 +00:00 committed by cras
parent 25d7d58da9
commit 69546b19de

View File

@ -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