From 435a8a70338d73d1f1eb1aa1cd431ee6a369765d Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 24 Apr 2001 09:45:40 -0400 Subject: [PATCH] ERR: Removed extra SRC_OBJ reference. The variable is no longer used. --- CMakeVariables.make.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeVariables.make.in b/CMakeVariables.make.in index d1a0bb1c1..6b541cf78 100644 --- a/CMakeVariables.make.in +++ b/CMakeVariables.make.in @@ -126,7 +126,7 @@ BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin # set up the path to the rulesgen program CMAKE = @CMAKE_CONFIG_DIR@/CMake/Source/CMakeBuildTargets -KIT_OBJ = ${SRC_OBJ} ${EXTRA_KIT_OBJ} +KIT_OBJ = ${EXTRA_KIT_OBJ}