diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e176c96c..7f590194 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,8 +20,8 @@ SUBDIRS = macros src $(PLUGINS) $(SERVERTEST) ## to automatically rebuild aclocal.m4 if any of the macros in ## `macros/' change @MAINT@include $(srcdir)/macros/macros.dep -@MAINT@$(srcdir)macros/macros.dep: $(srcdir)/macros/Makefile.am -@MAINT@ cd macros && $(MAKE) macros.dep +@MAINT@macros/macros.dep: $(srcdir)/macros/Makefile.am +@MAINT@ cd $(srcdir)/macros && $(MAKE) macros.dep if HAVE_GNOME appletdir = $(datadir)/applets/Network |