summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-02-15 23:35:42 +0000
committergrant <grant@pkgsrc.org>2005-02-15 23:35:42 +0000
commit5285b5ad9c996fb44d6fcb2f5d4624523ba2cad1 (patch)
treeb812d8ad96367a9c69e681b3fed14d9474e91da6 /pkgtools
parentd66232784b1845f91565c930dd2c5d68a3030cf3 (diff)
downloadpkgsrc-5285b5ad9c996fb44d6fcb2f5d4624523ba2cad1.tar.gz
redo previous in a slightly different way to appease NetBSD make(1).
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/libnbcompat/files/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in
index 8d103c00a20..d169739fc74 100644
--- a/pkgtools/libnbcompat/files/Makefile.in
+++ b/pkgtools/libnbcompat/files/Makefile.in
@@ -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 @@ VPATH= @srcdir@
SHELL= /bin/sh
CC= @CC@
+CCLD= @CC@
CFLAGS= -I$(srcdir) -I. @INCLUDES@ @CFLAGS@
CPPFLAGS= @CPPFLAGS@
DEFS= @DEFS@
@@ -77,7 +78,8 @@ nbcompat/nbtypes.h: bits
./bits $@
bits: bits.c
- $(COMPILE) $(DEFS) -o bits bits.c
+ $(COMPILE) $(DEFS) -c $<
+ $(LINK) bits.o
install:
$(INSTALL) -m 755 -d $(prefix)/lib