From 8c98eb996b938064988262d1e9ac51c81132c22b Mon Sep 17 00:00:00 2001 From: Bill Fenner Date: Mon, 16 Dec 1996 16:50:53 +0000 Subject: Hardcode "work/" again instead of using ${WRKSRC}, since not-yet-defined variables don't work in dependencies or target names. --- mbone/nte/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mbone/nte') diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index 899d9b277326..514f191f91de 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -3,7 +3,7 @@ # Date created: 5 September 1996 # Whom: Bill Fenner # -# $Id: Makefile,v 1.2 1996/11/18 11:33:02 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/26 11:21:25 asami Exp $ # DISTNAME= nt.1.5a23 @@ -30,9 +30,9 @@ MAKE_ENV= TK_SRC=${TK_SRC} #Although nte includes an hsearch.c for those who don't have it in # libc, there's no way to get the default Makefile to build it. # So we build it here. -pre-build: ${WRKSRC}/freebsd/hsearch.o +pre-build: work/freebsd/hsearch.o -${WRKSRC}/freebsd/hsearch.o: work/src/hsearch.c +work/freebsd/hsearch.o: work/src/hsearch.c ${CC} -Iwork/src ${CFLAGS} -c -o $@ work/src/hsearch.c .include -- cgit v1.2.3