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
commit4610b3a71c2c238bf2a254a493ab7892b15e5ba6 (patch)
tree66dc22ccb9ebe2018f7c02b9e6f9866244b05523 /pkgtools
parente8ae1a315784d50afdb2cbf49dc9a47115811d1c (diff)
downloadpkgsrc-4610b3a71c2c238bf2a254a493ab7892b15e5ba6.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: