X-Git-Url: http://git.jankratochvil.net/?p=udpgate.git;a=blobdiff_plain;f=Makefile-head.am;h=f259e30e2614470946639b8929a4261a9d811d21;hp=8026535acab2a2c36b1e1fddbd50a32fccdd55a3;hb=04b34c825e273ea797dc27fa42f0dfe147087e39;hpb=c11472e1bc3f4f8cbb75da5abcb853b675246969 diff --git a/Makefile-head.am b/Makefile-head.am index 8026535..f259e30 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -42,7 +42,17 @@ INCLUDES+=-I$(top_srcdir)/intl # This target is used during ./autogen.pl POTFILES.in generation distfiles: $(DISTFILES) @if test -n "$(DISTFILES_PRINT)";then \ - echo ":DISTFILES:"; \ + echo -n ":DISTFILES:"; \ + for distfile in . $(DISTFILES);do \ + if test -n 1 \ + -a "$$distfile" '!=' . \ + -a "$$distfile" '!=' Makefile.am \ + -a "$$distfile" '!=' Makefile.in \ + ;then \ + echo -n " $(subdir)/$$distfile"; \ + fi; \ + done; \ + echo; \ fi; @for subdir in . $(SUBDIRS);do \ if test "$$subdir" = . -o "$$subdir" = intl -o "$$subdir" = po -o "$$subdir" = m4;then :;else \