pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files Revert previous, since it b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa59836a855c
branches:  trunk
changeset: 489047:fa59836a855c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 15 16:04:42 2005 +0000

description:
Revert previous, since it breaks compilation on 2.0 and -current.
See PR 29387.

diffstat:

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

diffs (28 lines):

diff -r a8d5760a0704 -r fa59836a855c pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Tue Feb 15 15:56:34 2005 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Tue Feb 15 16:04:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.28 2005/02/15 08:55:55 grant Exp $
+# $NetBSD: Makefile.in,v 1.29 2005/02/15 16:04:42 wiz Exp $
 #
 
 srcdir=                @srcdir@
@@ -7,7 +7,6 @@
 SHELL=         /bin/sh
 
 CC=            @CC@
-CCLD=          @CC@
 CFLAGS=                -I$(srcdir) -I. @INCLUDES@ @CFLAGS@
 CPPFLAGS=      @CPPFLAGS@
 DEFS=          @DEFS@
@@ -77,8 +76,8 @@
 nbcompat/nbtypes.h: bits
        ./bits $@
 
-bits: bits.o
-       $(LINK) $<
+bits: bits.c
+       $(COMPILE) $(DEFS) -o bits bits.c
 
 install:
        $(INSTALL) -m 755 -d $(prefix)/lib



Home | Main Index | Thread Index | Old Index