From c7f25cdcc123d8d4b062b5a96567dd961d156022 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 23 May 2004 15:28:31 +0000 Subject: [PATCH] Removed 'BUILT_SOURCES' hack; automake(1) features 'nodist_*' targets. --- Makefile-head.am | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile-head.am b/Makefile-head.am index d79592f..823618d 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,9 +49,6 @@ 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; \ fi; \ done; \ echo; \ @@ -63,11 +59,6 @@ distfiles: $(DISTFILES) fi; \ done -dist-hook: - for i in _built_sources_pad $(BUILT_SOURCES);do \ - $(RM) $(distdir)/$$i; \ - done - if HAVE_PERL %.pod: %.pod.pl -- 1.8.3.1