X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile-head.am;h=8026535acab2a2c36b1e1fddbd50a32fccdd55a3;hb=6a7a3bcec9d28df9c57d8a2a2f06f6228c4c3ec7;hp=823618db40b91d43fa5acfab7cbc2f0727d0c090;hpb=c7f25cdcc123d8d4b062b5a96567dd961d156022;p=udpgate.git diff --git a/Makefile-head.am b/Makefile-head.am index 823618d..8026535 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -42,22 +42,13 @@ INCLUDES+=-I$(top_srcdir)/intl # This target is used during ./autogen.pl POTFILES.in generation distfiles: $(DISTFILES) @if test -n "$(DISTFILES_PRINT)";then \ - echo -n ":DISTFILES:"; \ - for distfile in . $(DISTFILES);do \ - if test -n 1 \ - -a "$$distfile" '!=' . \ - -a "$$distfile" '!=' Makefile.am \ - -a "$$distfile" '!=' Makefile.in \ - ;then \ - fi; \ - done; \ - echo; \ - fi; + echo ":DISTFILES:"; \ + fi; @for subdir in . $(SUBDIRS);do \ if test "$$subdir" = . -o "$$subdir" = intl -o "$$subdir" = po -o "$$subdir" = m4;then :;else \ (cd "$$subdir" && $(MAKE) $(AM_MAKEFLAGS) distfiles) || exit 1; \ - fi; \ - done + fi; \ + done if HAVE_PERL