summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorgrant <grant>2005-02-20 05:55:51 +0000
committergrant <grant>2005-02-20 05:55:51 +0000
commit5fa393ec76bc60455aab8a4139baf4bb5dc7416d (patch)
tree66dc22ccb9ebe2018f7c02b9e6f9866244b05523 /pkgtools
parentdb6aae41e3e7e542412c4caafcbffd01c1c1d6cd (diff)
downloadpkgsrc-5fa393ec76bc60455aab8a4139baf4bb5dc7416d.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: