pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files redo previous in a slightly...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/078f14ea5c17
branches:  trunk
changeset: 489077:078f14ea5c17
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Feb 15 23:35:42 2005 +0000

description:
redo previous in a slightly different way to appease NetBSD make(1).

diffstat:

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

diffs (27 lines):

diff -r 77608570eec1 -r 078f14ea5c17 pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Tue Feb 15 23:31:06 2005 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Tue Feb 15 23:35:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.29 2005/02/15 16:04:42 wiz Exp $
+# $NetBSD: Makefile.in,v 1.30 2005/02/15 23:35:42 grant Exp $
 #
 
 srcdir=                @srcdir@
@@ -7,6 +7,7 @@
 SHELL=         /bin/sh
 
 CC=            @CC@
+CCLD=          @CC@
 CFLAGS=                -I$(srcdir) -I. @INCLUDES@ @CFLAGS@
 CPPFLAGS=      @CPPFLAGS@
 DEFS=          @DEFS@
@@ -77,7 +78,8 @@
        ./bits $@
 
 bits: bits.c
-       $(COMPILE) $(DEFS) -o bits bits.c
+       $(COMPILE) $(DEFS) -c $<
+       $(LINK) bits.o
 
 install:
        $(INSTALL) -m 755 -d $(prefix)/lib



Home | Main Index | Thread Index | Old Index