From: Harlan Stenn Date: Tue, 18 Sep 2001 07:20:33 +0000 (-0400) Subject: Makefile.am cleanup X-Git-Tag: NTP_4_1_71~2^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e801ceb725ee98803c5d8abcdb4102298a8feef8;p=thirdparty%2Fntp.git Makefile.am cleanup bk: 3ba6f5c1t3k7LnbmWFi1Q83FBu5lUQ --- diff --git a/Makefile.am b/Makefile.am index 664dc852ae..5f24870cf9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ EXTRA_DIST = \ ChangeLog \ NEWS \ NOTES.y2kfixes \ + README.bk \ README.cvs \ README.des \ README.hackers \ @@ -54,7 +55,8 @@ ETAGS_ARGS = Makefile.am configure.in acconfig.h # HMS: make ports be the last directory... # DIST_HOOK_DIRS = conf html scripts ports -BUILT_SOURCES = $(srcdir)/COPYRIGHT +# HMS: Keep .warning first, as that way it gets printed first. +BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/COPYRIGHT: html/copyright.htm ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT @@ -63,8 +65,6 @@ dist-hook: @find $(distdir) -type d -name CVS -print | xargs rm -rf @find $(distdir) -type d -name SCCS -print | xargs rm -rf -Makefile: .warning - CVO=`$(srcdir)/config.guess` .buildcvo: