From c6c456890ae52738ad10506ae712a954646d491a Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 31 Mar 2002 02:18:54 +0000 Subject: [PATCH] No c++ for normal build needed. --- Rules.make.orig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rules.make.orig b/Rules.make.orig index f998f75c2..7a621040b 100644 --- a/Rules.make.orig +++ b/Rules.make.orig @@ -244,7 +244,7 @@ CFLAGS=-g -O3 $(PROFILE) -pipe -Wcast-align -Wall $(IFLAGS) $(DFLAGS) #CFLAGS=-O6 -pipe -fomit-frame-pointer -fconserve-space -fexpensive-optimizations -ffast-math $(IFLAGS) $(DFLAGS) -static CC=cc -CCLD=c++ +CCLD=cc RM=rm -f MAKE=make