diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/am/distdir.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 653966f0e..4b6543591 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -72,10 +72,13 @@ endif %?SUBDIRS% .PHONY: distdir if %?SUBDIRS% -AM_RECURSIVE_TARGETS += distdir +AM_RECURSIVE_TARGETS += distdir distdir-am endif %?SUBDIRS% -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) ## ## For Gnits users, this is pretty handy. Look at 15 lines ## in case some explanatory text is desirable. |