Module Name: src
Committed By: msaitoh
Date: Wed Dec 12 06:36:13 UTC 2018
Modified Files:
src/external/bsd/file/lib: Makefile
Log Message:
Use DPSRCS for magic.h. OK'd by Christos.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/external/bsd/file/lib/Makefile:1.11
--- src/external/bsd/file/lib/Makefile:1.10 Fri Oct 19 00:11:48 2018
+++ src/external/bsd/file/lib/Makefile Wed Dec 12 06:36:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2018/10/19 00:11:48 christos Exp $
+# $NetBSD: Makefile,v 1.11 2018/12/12 06:36:13 msaitoh Exp $
#
USE_FORT?= yes # data driven bugs?
@@ -20,6 +20,7 @@ CPPFLAGS+=-I.
SRCS= magic.c apprentice.c softmagic.c ascmagic.c compress.c \
is_json.c is_tar.c readelf.c print.c fsmagic.c apptype.c \
funcs.c cdf.c readcdf.c cdf_time.c encoding.c der.c buffer.c
+DPSRCS= magic.h
MAN= libmagic.3
MLINKS+= libmagic.3 magic_open.3 \
libmagic.3 magic_close.3 \
@@ -41,5 +42,3 @@ magic.h: magic.h.in
CLEANFILES+= magic.h
.include <bsd.lib.mk>
-
-${ALLOBJS}: magic.h