]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Makefile.am cleanup
authorHarlan Stenn <stenn@ntp.org>
Tue, 18 Sep 2001 07:20:33 +0000 (03:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Tue, 18 Sep 2001 07:20:33 +0000 (03:20 -0400)
bk: 3ba6f5c1t3k7LnbmWFi1Q83FBu5lUQ

Makefile.am

index 664dc852ae81a2604589c0f989d839b7ec36a7d5..5f24870cf9a005e255c152e37a1c11aa75c400e1 100644 (file)
@@ -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: