Lines 1-11
Link Here
|
1 |
--- src/Makefile.orig Wed Mar 3 18:55:57 1999 |
1 |
--- src/Makefile.orig Wed Mar 3 16:25:57 1999 |
2 |
+++ src/Makefile Sat Mar 6 19:51:31 2004 |
2 |
+++ src/Makefile Sat Aug 5 09:56:37 2006 |
|
|
3 |
@@ -2,14 +2,14 @@ |
4 |
|
5 |
# Which C compiler to use. |
6 |
# Performance is often improved if you use gcc 2.x instead of cc. |
7 |
-CC=gcc |
8 |
+#CC=gcc |
9 |
|
10 |
# Additional options to $(CC). |
11 |
# If you are using gcc, add -fno-defer-pop. |
12 |
# This option circumvents a gcc bug on some platforms (680x0, 80386). |
13 |
# If you are using Linux with libc6 (RedHat 5, Debian 2), add -D__FAVOR_BSD |
14 |
# This option avoids signal-related problems. |
15 |
-OPTS=-fno-defer-pop -D__FAVOR_BSD |
16 |
+OPTS=-fno-defer-pop -D__FAVOR_BSD ${CFLAGS} |
17 |
|
18 |
# Extra libraries that have to be linked with the runtime system. |
19 |
# The math library "-lm" is linked by default. |
3 |
@@ -26,19 +26,19 @@ |
20 |
@@ -26,19 +26,19 @@ |
4 |
# not all Unix C preprocessors define it. |
21 |
# not all Unix C preprocessors define it. |
5 |
# If your cpp is too fussy, make tools/clprepro and use this: |
22 |
# If your cpp is too fussy, make tools/clprepro and use this: |
6 |
# CPP=../../src/tools/clprepro -Dunix |
23 |
# CPP=../../src/tools/clprepro -Dunix |
7 |
-CPP=/lib/cpp -P -traditional -Dunix |
24 |
-CPP=/lib/cpp -P -traditional -Dunix |
8 |
+CPP=/usr/bin/cpp -P -traditional -Dunix |
25 |
+CPP=/usr/bin/cpp -P -traditional -Dunix ${CPPFLAGS} |
9 |
|
26 |
|
10 |
# The directory where public executables will be installed |
27 |
# The directory where public executables will be installed |
11 |
-BINDIR=/usr/local/bin |
28 |
-BINDIR=/usr/local/bin |