build: Do not conditionally set variables.

make implementations should be overriding variable values.
This change was made to support ATS build environment, which
fails to override variable values.
ck_pring
Samy Al Bahra 10 years ago
parent f7ccd3dbb2
commit 428401a1bd

@ -1,5 +1,5 @@
CC?=@CC@
MAKE?=make
CC=@CC@
MAKE=make
SRC_DIR=@SRC_DIR@
BUILD_DIR=@BUILD_DIR@
CFLAGS+=@CFLAGS@ -I$(SRC_DIR)/include -I$(BUILD_DIR)/include

Loading…
Cancel
Save