Get rid of the ugly kluge to link with g++; we don't need it any more and it

was being a pain in my ass.
This commit is contained in:
mycroft 1993-07-18 13:13:03 +00:00
parent 8fa2ba491b
commit e959f00667
1 changed files with 0 additions and 7 deletions

View File

@ -33,13 +33,6 @@ CFLAGS+= -DHAVE_UNISTD_H=1\
-DHAVE_MKSTEMP=1\
-DHAVE_SYS_SIGLIST=1
# Use C++ compiler for linking. XXX: This is a kluge!
CCC= cc
CC= $(CXX)
.c.o:
$(CCC) $(CFLAGS) -c $(.IMPSRC)
.y.cc:
$(YACC) $(YFLAGS) $(.IMPSRC)
mv y.tab.c $(.PREFIX).cc