Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/file magic.mgc needs ${PROG} to be created, so add a...



details:   https://anonhg.NetBSD.org/src/rev/1a665fde26e2
branches:  trunk
changeset: 509380:1a665fde26e2
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Wed May 02 18:35:41 2001 +0000

description:
magic.mgc needs ${PROG} to be created, so add a depenency. Makes
parallel make work.

diffstat:

 usr.bin/file/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 420cdd3531fd -r 1a665fde26e2 usr.bin/file/Makefile
--- a/usr.bin/file/Makefile     Wed May 02 17:35:12 2001 +0000
+++ b/usr.bin/file/Makefile     Wed May 02 18:35:41 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2001/03/31 01:31:49 enami Exp $
+#      $NetBSD: Makefile,v 1.31 2001/05/02 18:35:41 fvdl Exp $
 
 .include <bsd.own.mk>
 
@@ -28,7 +28,7 @@
                ${MAGDIRF}
 
 .if ${MKSHARE} != "no"
-magic:         $(MAGFILES)
+magic:         $(MAGFILES) $(PROG)
        cat $(MAGFILES) > $(.TARGET)
 magic.mgc:     magic
        $(.OBJDIR)/$(PROG) -C -m $(.ALLSRC)



Home | Main Index | Thread Index | Old Index