Make `make depend' really work.

This commit is contained in:
mycroft 1993-07-17 12:43:17 +00:00
parent dbbedddb89
commit 631ba0dc25
1 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,11 @@ SRCS= AllocRing.cc Obstack.cc builtin.cc \
sbufvscan.C stdiostream.C floatconv.C outfloat.C iomanip.C \
insque.c strerror.c
# Use C++ compiler for everything.
CC= ${CXX}
.if target(depend)
CFLAGS+= -+
.endif
CFLAGS+= -nostdinc++ -I$(.CURDIR) -I$(.CURDIR)/../g++-include \
-I$(.CURDIR)/../iostream -I$(.CURDIR)/../libiberty
NOMAN= noman