forked from Lainports/opnsense-ports
10 lines
213 B
Text
10 lines
213 B
Text
--- utils/Makefile.orig 2007-05-17 20:18:44 UTC
|
|
+++ utils/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
-CC = gcc
|
|
-CFLAGS = -ansi -pedantic
|
|
+CC ?= gcc
|
|
+CFLAGS ?= -ansi -pedantic
|
|
|
|
FSLIO_INCS = -I../include
|
|
NIFTI_INCS = -I../include
|