Lines 1-18
Link Here
|
1 |
--- Makefile.orig Mon Aug 11 18:58:18 2003 |
1 |
--- Makefile.orig Mon Mar 29 19:47:03 2004 |
2 |
+++ Makefile Mon Aug 11 19:02:35 2003 |
2 |
+++ Makefile Mon Mar 29 19:48:31 2004 |
3 |
@@ -23,8 +23,9 @@ |
3 |
@@ -23,8 +23,8 @@ |
4 |
### compiler |
4 |
### compiler |
5 |
|
5 |
|
6 |
### gcc |
6 |
### gcc |
7 |
-CC=gcc |
7 |
-CC=gcc |
8 |
-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \ |
8 |
-CFLAGS= -O -Wall -Wcast-qual -Wstrict-prototypes \ |
9 |
+#CC=gcc |
9 |
+CC?=cc |
10 |
+CC ?= =cc |
10 |
+CFLAGS+= -O -Wall -Wcast-qual -Wstrict-prototypes \ |
11 |
+CFLAGS += -O -Wall -Wcast-qual -Wstrict-prototypes \ |
|
|
12 |
-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align |
11 |
-Wmissing-prototypes -Wmissing-declarations -Winline -Wcast-align |
13 |
### cc |
12 |
### cc |
14 |
#CC=cc |
13 |
#CC=cc |
15 |
@@ -62,7 +63,7 @@ |
14 |
@@ -57,7 +57,7 @@ |
16 |
### installdir |
15 |
### installdir |
17 |
### will use $INSTDIR/bin and $INSTDIR/man/man1, |
16 |
### will use $INSTDIR/bin and $INSTDIR/man/man1, |
18 |
### both dirs have to exist for installation |
17 |
### both dirs have to exist for installation |