summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-02-20 05:55:51 +0000
committergrant <grant@pkgsrc.org>2005-02-20 05:55:51 +0000
commitc6169cc95b1472965fdafaee3e936463c3447f69 (patch)
tree66dc22ccb9ebe2018f7c02b9e6f9866244b05523 /pkgtools
parent395f2b26c77e4fb0eb8a176d55e4cc0ff023d527 (diff)
downloadpkgsrc-c6169cc95b1472965fdafaee3e936463c3447f69.tar.gz
don't use the implied source in the `bits' rule, just specify the
source. appeases make(1) on Solaris.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/libnbcompat/files/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/libnbcompat/files/Makefile.in b/pkgtools/libnbcompat/files/Makefile.in
index d169739fc74..92b63917eb3 100644
--- a/pkgtools/libnbcompat/files/Makefile.in
+++ b/pkgtools/libnbcompat/files/Makefile.in
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.in,v 1.30 2005/02/15 23:35:42 grant Exp $
+# $NetBSD: Makefile.in,v 1.31 2005/02/20 05:55:51 grant Exp $
#
srcdir= @srcdir@
@@ -78,7 +78,7 @@ nbcompat/nbtypes.h: bits
./bits $@
bits: bits.c
- $(COMPILE) $(DEFS) -c $<
+ $(COMPILE) $(DEFS) -c bits.c
$(LINK) bits.o
install: