summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc2/cpp
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1993-09-23 23:13:14 +0000
committercgd <cgd@NetBSD.org>1993-09-23 23:13:14 +0000
commit29f7748a75d2d8d8b9064daa4b9c3ff2e1156a09 (patch)
treeaf692dbf8cb10d07de4e8342f76179c9d02b0948 /gnu/usr.bin/gcc2/cpp
parentf33cbad6f4ecbc4bcf13b5cb2e1fbd4af5137dce (diff)
use -lgnumalloc
Diffstat (limited to 'gnu/usr.bin/gcc2/cpp')
-rw-r--r--gnu/usr.bin/gcc2/cpp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/gcc2/cpp/Makefile b/gnu/usr.bin/gcc2/cpp/Makefile
index 0aff7cbd839..9ccf3bc6870 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.6 1993/08/23 09:23:16 cgd Exp $
+# $Id: Makefile,v 1.7 1993/09/23 23:13:14 cgd Exp $
PROG= cpp
BINDIR= /usr/libexec
@@ -9,6 +9,7 @@ CFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../common \
-I$(.CURDIR)/../arch/$(MACHINE) -I$(.CURDIR)/../arch \
-DGCC_INCLUDE_DIR=\"\" \
-DGPLUSPLUS_INCLUDE_DIR=\"/usr/include/g++\"
+LDADD+= -lgnumalloc
YFLAGS=
MLINKS= cpp.1 gcpp.1