Add a dependency that will cause a relink for anything that uses libcc1.a.
This commit is contained in:
parent
4f6c412517
commit
5e11f509b9
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.cc1,v 1.2 1996/03/05 01:03:19 jtc Exp $
|
||||
# $NetBSD: Makefile.cc1,v 1.3 1996/04/03 08:15:38 phil Exp $
|
||||
|
||||
NOMAN=
|
||||
|
||||
|
@ -18,4 +18,6 @@ LIBCC1!= cd $(.CURDIR)/../common; \
|
|||
LDADD+=${LIBCC1} -lgnumalloc
|
||||
DPADD+= /usr/lib/libgnumalloc.a
|
||||
|
||||
${PROG}: ${LIBCC1}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue