X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile-head.am;h=f259e30e2614470946639b8929a4261a9d811d21;hb=a3d4e5578ea123823c5c36bf34ff0a74cba6065d;hp=d79592fb343336a4847e3aff6ace3d7f1d0c57e7;hpb=749ea7c7bda6f692fa7b19fd294a1ea01de152c8;p=udpgate.git diff --git a/Makefile-head.am b/Makefile-head.am index d79592f..f259e30 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -22,7 +22,6 @@ # Set all needed variables to their empty values to prevent "variable `...' not defined" # Any further settings should be done exclusively by += operator EXTRA_DIST= -BUILT_SOURCES= CLEANFILES= MAINTAINERCLEANFILES= INCLUDES= @@ -50,22 +49,15 @@ distfiles: $(DISTFILES) -a "$$distfile" '!=' Makefile.am \ -a "$$distfile" '!=' Makefile.in \ ;then \ - if echo " $(BUILT_SOURCES) "|grep -q " $$distfile ";then :;else \ - echo -n " $(subdir)/$$distfile"; \ - fi; \ + echo -n " $(subdir)/$$distfile"; \ fi; \ done; \ echo; \ - fi; + 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 - -dist-hook: - for i in _built_sources_pad $(BUILT_SOURCES);do \ - $(RM) $(distdir)/$$i; \ + fi; \ done