pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Fix build failure on many p...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30db97f172e0
branches:  trunk
changeset: 651104:30db97f172e0
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat May 02 11:59:05 2015 +0000

description:
Fix build failure on many platforms.

The previous commit is obviously wrong because OBJS depends on LIB
and LIB is generated from OBJS.

And I can build this package with MAKE_JOBS=32.

diffstat:

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

diffs (18 lines):

diff -r 9dbe8485d2f8 -r 30db97f172e0 pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Sat May 02 10:43:58 2015 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Sat May 02 11:59:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.37 2015/05/01 12:18:09 joerg Exp $
+# $NetBSD: Makefile.in,v 1.38 2015/05/02 11:59:05 ryoon Exp $
 #
 
 srcdir=                @srcdir@
@@ -71,7 +71,7 @@
 LINK=          $(CCLD) $(CFLAGS) $(LDFLAGS) -o $@
 COMPILE=       $(CC) $(CPPFLAGS) $(CFLAGS)
 
-all $(OBJS): nbcompat/nbconfig.h $(LIB)
+all: nbcompat/nbconfig.h $(LIB)
 
 .c.o:
        $(COMPILE) $(DEFS) -c $<



Home | Main Index | Thread Index | Old Index