diff options
| author | cgd <cgd@NetBSD.org> | 1993-10-07 07:23:44 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1993-10-07 07:23:44 +0000 |
| commit | d6ff5db1704e79033b846d6b162ca2d1ee8a5b46 (patch) | |
| tree | 68133ea2d1ef512a0d2ea7e4bebd40ccf8f22355 /gnu/usr.bin/gcc2/cpp | |
| parent | 4b30c543a0b21e3ba94f2c569e9a82b4fdb2075f (diff) | |
converted to use gnu malloc, and depend on it correctly
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp')
| -rw-r--r-- | gnu/usr.bin/gcc2/cpp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/Makefile b/gnu/usr.bin/gcc2/cpp/Makefile index 9ccf3bc6870..809f69c2c24 100644 --- a/gnu/usr.bin/gcc2/cpp/Makefile +++ b/gnu/usr.bin/gcc2/cpp/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 6.4 (Berkeley) 2/21/91 -# $Id: Makefile,v 1.7 1993/09/23 23:13:14 cgd Exp $ +# $Id: Makefile,v 1.8 1993/10/07 07:24:33 cgd Exp $ PROG= cpp BINDIR= /usr/libexec @@ -10,6 +10,7 @@ CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common \ -DGCC_INCLUDE_DIR=\"\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\" LDADD+= -lgnumalloc +DPADD+= /usr/lib/libgnumalloc.a YFLAGS= MLINKS= cpp.1 gcpp.1 |
