534aec00c5
PR: 16675 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
14 lines
320 B
Plaintext
14 lines
320 B
Plaintext
--- Makefile.orig Thu Nov 4 17:04:28 1999
|
|
+++ Makefile Wed Feb 2 19:46:11 2000
|
|
@@ -30,8 +30,8 @@
|
|
LN=ln -s
|
|
CP=cp
|
|
|
|
-CPP=/lib/cpp -C -P
|
|
-CC=gcc
|
|
+CPP=/usr/bin/cpp -C -P
|
|
+CC?=gcc
|
|
EXEC_SUFFIX=
|
|
# CC is only used for bootstrapping, check System/Common/CONFIG.proto if
|
|
# you want to change it for all Sather compilations
|