Module Name:    src
Committed By:   christos
Date:           Tue Jan 10 13:51:36 UTC 2017

Modified Files:
        src/external/bsd/file/lib: Makefile

Log Message:
Build magic.h before all objs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/file/lib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/file/lib/Makefile
diff -u src/external/bsd/file/lib/Makefile:1.6 src/external/bsd/file/lib/Makefile:1.7
--- src/external/bsd/file/lib/Makefile:1.6	Sun Dec  1 15:15:42 2013
+++ src/external/bsd/file/lib/Makefile	Tue Jan 10 08:51:36 2017
@@ -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 @@ magic.h:        magic.h.in
 CLEANFILES+=	magic.h
 
 .include <bsd.lib.mk>
+
+${ALLOBJS}:	magic.h

Reply via email to