blob: ec4bda7cbbc20f3a4fe4fd8ee0dfdec5c84f6d3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.orig 2013-10-18 04:21:17.000000000 +1100
+++ Makefile 2013-10-18 04:21:22.000000000 +1100
@@ -66,7 +66,7 @@
#<<lint flags of choice?>>
LINTFLAGS = -hbxa $(INCLUDE) $(DEBUGGING)
#<<want to use a nonstandard CC?>>
-CC = gcc -Wall -Wno-unused -Wno-comment
+CC = cc -Wall -Wno-unused -Wno-comment
#<<manifest defines>>
DEFS =
#(SGI IRIX systems need this)
|