diff options
author | Will Schroeder <will.schroeder@kitware.com> | 2001-01-18 17:06:25 (GMT) |
---|---|---|
committer | Will Schroeder <will.schroeder@kitware.com> | 2001-01-18 17:06:25 (GMT) |
commit | ae1cc5252b404560b8db54a1fd78aad30564a33d (patch) | |
tree | e6a1666590cada7ccd5fcc71ef763c60dc427a69 /Source/Makefile.in | |
parent | 0283c37c76391bb7d6ff95970358eacc41a0e98a (diff) | |
download | CMake-ae1cc5252b404560b8db54a1fd78aad30564a33d.zip CMake-ae1cc5252b404560b8db54a1fd78aad30564a33d.tar.gz CMake-ae1cc5252b404560b8db54a1fd78aad30564a33d.tar.bz2 |
ERR:Oops, use SimpleRule not SimpleCommand
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index babdaee..2d5c15e 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -7,7 +7,7 @@ VPATH = @srcdir@ # command for changing into this directory @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleCommands.make@MAKEQUOTE@ +@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_CONFIG_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@ OBJS = \ CMakeBuildTargets.o \ |