ERR: Removed extra SRC_OBJ reference. The variable is no longer used.
This commit is contained in:
parent
90e5612298
commit
435a8a7033
|
@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin
|
||||||
|
|
||||||
# set up the path to the rulesgen program
|
# set up the path to the rulesgen program
|
||||||
CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets
|
CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets
|
||||||
KIT_OBJ = ${SRC_OBJ} ${EXTRA_KIT_OBJ}
|
KIT_OBJ = ${EXTRA_KIT_OBJ}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue