pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Ensure that nbconfig.h is c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/146000fb576d
branches:  trunk
changeset: 651075:146000fb576d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 01 12:18:09 2015 +0000

description:
Ensure that nbconfig.h is created before all object files, avoiding
mysterious failures for parallel builds.

diffstat:

 pkgtools/libnbcompat/files/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d448458a6165 -r 146000fb576d pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Fri May 01 08:58:39 2015 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Fri May 01 12:18:09 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.36 2009/06/05 19:58:04 joerg Exp $
+# $NetBSD: Makefile.in,v 1.37 2015/05/01 12:18:09 joerg Exp $
 #
 
 srcdir=                @srcdir@
@@ -71,7 +71,7 @@
 LINK=          $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
 COMPILE=       $(CC) $(CPPFLAGS) $(CFLAGS)
 
-all: nbcompat/nbconfig.h $(LIB)
+all $(OBJS): nbcompat/nbconfig.h $(LIB)
 
 .c.o:
        $(COMPILE) $(DEFS) -c $<



Home | Main Index | Thread Index | Old Index