Browse Source

BUG: fix for in source build

Bill Hoffman 25 years ago
parent
commit
8d311157bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeRules.make.in

+ 1 - 1
CMakeRules.make.in

@@ -21,7 +21,7 @@ clean: ${SUBDIR_CLEAN}
 	rm -f ${SRC_OBJ} ${EXECUTABLES} 
 
 CMakeTargets.make: ${CMAKE} ${srcdir}/CMakeLists.txt
-	${CMAKE} ${srcdir}/CMakeLists.txt -S${currentdir} -O${currentbindir} -H${topdir} -B${CMAKE_CONFIG_DIR}
+	${CMAKE} ${currentdir}/CMakeLists.txt -S${currentdir} -O${currentbindir} -H${topdir} -B${CMAKE_CONFIG_DIR}
 
 #------------------------------------------------------------------------------
 # rules for the normal library