ERR: Removed extra SRC_OBJ reference. The variable is no longer used.

This commit is contained in:
Brad King 2001-04-24 09:45:40 -04:00
parent 90e5612298
commit 435a8a7033
1 changed files with 1 additions and 1 deletions

View File

@ -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}