Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/file/lib Build magic.h before all objs.



details:   https://anonhg.NetBSD.org/src/rev/bf1853948d36
branches:  trunk
changeset: 820469:bf1853948d36
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 13:51:36 2017 +0000

description:
Build magic.h before all objs.

diffstat:

 external/bsd/file/lib/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 0937558bceb4 -r bf1853948d36 external/bsd/file/lib/Makefile
--- a/external/bsd/file/lib/Makefile    Tue Jan 10 13:47:18 2017 +0000
+++ b/external/bsd/file/lib/Makefile    Tue Jan 10 13:51:36 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.6 2013/12/01 20:15:42 christos Exp $
+#      $NetBSD: Makefile,v 1.7 2017/01/10 13:51:36 christos Exp $
 #
 
 USE_FORT?= yes # data driven bugs?
@@ -41,3 +41,5 @@
 CLEANFILES+=   magic.h
 
 .include <bsd.lib.mk>
+
+${ALLOBJS}:    magic.h



Home | Main Index | Thread Index | Old Index