fix 'make' biff. from Roland McGrath
This commit is contained in:
parent
6bfe384d92
commit
67873d76d6
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile.cc1,v 1.6 1993/12/28 11:11:23 davidb Exp $
|
||||
# $Id: Makefile.cc1,v 1.7 1994/01/24 18:51:15 cgd Exp $
|
||||
|
||||
NOMAN=
|
||||
|
||||
|
@ -9,7 +9,7 @@ CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../common \
|
|||
YFLAGS=
|
||||
|
||||
LIBCC1!= cd $(.CURDIR)/../common; \
|
||||
printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | make -r -s -f - xxx
|
||||
printf "xxx:\n\techo \$${.OBJDIR}/libcc1.a\n" | ${MAKE} -r -s -f - xxx
|
||||
|
||||
LDADD+=${LIBCC1} -lgnumalloc
|
||||
DPADD+= /usr/lib/libgnumalloc.a
|
||||
|
|
Loading…
Reference in New Issue