pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Reapply 1.37, but split the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b27a9795bae
branches:  trunk
changeset: 651105:2b27a9795bae
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 02 12:52:59 2015 +0000

description:
Reapply 1.37, but split the dependencies correctly into the header and
library dependency.

diffstat:

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

diffs (19 lines):

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



Home | Main Index | Thread Index | Old Index