pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files don't use the implied sourc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/08211b7610d5
branches:  trunk
changeset: 489366:08211b7610d5
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 20 05:55:51 2005 +0000

description:
don't use the implied source in the `bits' rule, just specify the
source. appeases make(1) on Solaris.

diffstat:

 pkgtools/libnbcompat/files/Makefile.in |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73b53796c066 -r 08211b7610d5 pkgtools/libnbcompat/files/Makefile.in
--- a/pkgtools/libnbcompat/files/Makefile.in    Sun Feb 20 05:42:51 2005 +0000
+++ b/pkgtools/libnbcompat/files/Makefile.in    Sun Feb 20 05:55:51 2005 +0000
@@ -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 @@
        ./bits $@
 
 bits: bits.c
-       $(COMPILE) $(DEFS) -c $<
+       $(COMPILE) $(DEFS) -c bits.c
        $(LINK) bits.o
 
 install:



Home | Main Index | Thread Index | Old Index