Commit 62913d8b authored by Lev Walkin's avatar Lev Walkin

?= was confusing some environments

parent 271131c9
...@@ -46,7 +46,7 @@ CFLAGS = \${COMMON_FLAGS} ${CFLAGS} -g -O0 ...@@ -46,7 +46,7 @@ CFLAGS = \${COMMON_FLAGS} ${CFLAGS} -g -O0
CPPFLAGS = -DSRCDIR=../${srcdir} CPPFLAGS = -DSRCDIR=../${srcdir}
CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS} CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS}
CC ?= ${CC} CC = ${CC}
all: check-executable all: check-executable
check-executable: compiled-module *.c* check-executable: compiled-module *.c*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment