From c6169cc95b1472965fdafaee3e936463c3447f69 Mon Sep 17 00:00:00 2001 From: grant Date: Sun, 20 Feb 2005 05:55:51 +0000 Subject: don't use the implied source in the `bits' rule, just specify the source. appeases make(1) on Solaris. --- pkgtools/libnbcompat/files/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') 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: -- cgit v1.2.3