Skip to content

Commit

Permalink
?= was confusing some environments
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Apr 28, 2015
1 parent 271131c commit 62913d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asn1c/tests/check-assembly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ CFLAGS = \${COMMON_FLAGS} ${CFLAGS} -g -O0
CPPFLAGS = -DSRCDIR=../${srcdir}
CXXFLAGS = \${COMMON_FLAGS} ${CXXFLAGS}
CC ?= ${CC}
CC = ${CC}
all: check-executable
check-executable: compiled-module *.c*
Expand Down

0 comments on commit 62913d8

Please sign in to comment.