summaryrefslogtreecommitdiff
path: root/pkgtools/libnbcompat
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-02-15 16:04:42 +0000
committerwiz <wiz@pkgsrc.org>2005-02-15 16:04:42 +0000
commitd47bf7c083ae9017cdc65158a50ba9405a5708b0 (patch)
treee1101532935d79cb1bd41208a1b3bb40907ded00 /pkgtools/libnbcompat
parentc9477428b2681e865e258b2d6f509815d8ee3970 (diff)
downloadpkgsrc-d47bf7c083ae9017cdc65158a50ba9405a5708b0.tar.gz
Revert previous, since it breaks compilation on 2.0 and -current.
See PR 29387.
Diffstat (limited to 'pkgtools/libnbcompat')
-rw-r--r--pkgtools/libnbcompat/files/Makefile.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in
index 24ea56012e6..8d103c00a20 100644
--- a/pkgtools/libnbcompat/files/Makefile.in
+++ b/pkgtools/libnbcompat/files/Makefile.in
@@ -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 @@ VPATH= @srcdir@
SHELL= /bin/sh
CC= @CC@
-CCLD= @CC@
CFLAGS= -I$(srcdir) -I. @INCLUDES@ @CFLAGS@
CPPFLAGS= @CPPFLAGS@
DEFS= @DEFS@
@@ -77,8 +76,8 @@ nbcompat/nbconfig.h: nbcompat/config.h nbcompat.awk
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