X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=Makefile-head.am;h=823618db40b91d43fa5acfab7cbc2f0727d0c090;hb=ed0b787392b0df5ee06fc8e73ae4a46f14ade2b1;hp=2806a917378bf0244257fd4e1fc84b30c7c73b4f;hpb=8cac818d89affb033e47379a1a4a0ec6bb9a4624;p=udpgate.git diff --git a/Makefile-head.am b/Makefile-head.am index 2806a91..823618d 100644 --- a/Makefile-head.am +++ b/Makefile-head.am @@ -1,6 +1,6 @@ # $Id$ # automake source include to the begin of all Makefile.am's -# Copyright (C) 2004 Jan Kratochvil +# Copyright (C) 2004 Jan Kratochvil # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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