Removed 'BUILT_SOURCES' hack; automake(1) features 'nodist_*' targets.
authorshort <>
Sun, 23 May 2004 15:28:31 +0000 (15:28 +0000)
committershort <>
Sun, 23 May 2004 15:28:31 +0000 (15:28 +0000)
Makefile-head.am

index d79592f..823618d 100644 (file)
@@ -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=
 # 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=
 CLEANFILES=
 MAINTAINERCLEANFILES=
 INCLUDES=
@@ -50,9 +49,6 @@ distfiles: $(DISTFILES)
                                        -a "$$distfile" '!=' Makefile.am \
                                        -a "$$distfile" '!=' Makefile.in \
                                        ;then \
                                        -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; \
                                fi; \
                        done; \
                echo; \
@@ -63,11 +59,6 @@ distfiles: $(DISTFILES)
                        fi; \
                done
 
                        fi; \
                done
 
-dist-hook:
-       for i in _built_sources_pad $(BUILT_SOURCES);do \
-               $(RM) $(distdir)/$$i; \
-       done
-
 
 if HAVE_PERL
 %.pod: %.pod.pl
 
 if HAVE_PERL
 %.pod: %.pod.pl