Sync with change to Makefile.cc1.

This commit is contained in:
phil 1996-04-03 08:18:16 +00:00
parent 5e11f509b9
commit ab818facfa
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/gnu/bin/perl
#
# $NetBSD: gcc2netbsd,v 1.8 1996/03/12 21:28:52 phil Exp $
# $NetBSD: gcc2netbsd,v 1.9 1996/04/03 08:18:16 phil Exp $
#
# Perl script to convert a standard distribution directory for gcc into
# a NetBSD source tree.
@ -447,6 +447,8 @@ LIBCC1!= cd $(.CURDIR)/../common; \
LDADD+=${LIBCC1} -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a
${PROG}: ${LIBCC1}
.include <bsd.prog.mk>
%% file common/Makefile
%% NetBSD