Add a dependency that will cause a relink for anything that uses libcc1.a.

This commit is contained in:
phil 1996-04-03 08:15:38 +00:00
parent 4f6c412517
commit 5e11f509b9
1 changed files with 3 additions and 1 deletions

View File

@ -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>