I saw reference to CONFIG_CPP in main Makefile. Is it usefull or
should it be killed? Well, I see it should be killed, since this is
only occurence of CONFIG_CPP.
Please kill it. It's unneccessary 4 lines...
Pavel
--- Makefile.bug Fri Dec 26 21:36:53 1997
+++ Makefile Fri Dec 26 21:37:12 1997
@@ -91,10 +91,6 @@
CFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -g
-ifdef CONFIG_CPP
-CFLAGS := $(CFLAGS) -x c++
-endif
-
ifdef SMP
CFLAGS += -D__SMP__
AFLAGS += -D__SMP__
-- I'm really pavel@atrey.karlin.mff.cuni.cz. Pavel Look at http://atrey.karlin.mff.cuni.cz/~pavel/ ;-).