From ae1cc5252b404560b8db54a1fd78aad30564a33d Mon Sep 17 00:00:00 2001 From: Will Schroeder Date: Thu, 18 Jan 2001 12:06:25 -0500 Subject: [PATCH] ERR:Oops, use SimpleRule not SimpleCommand --- Source/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Makefile.in b/Source/Makefile.in index babdaeedb..2d5c15ec4 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 \