diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-31 13:36:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2000-08-31 13:36:52 (GMT) |
commit | e06a538a30cda12672c76775d1dc9d78a9ca0913 (patch) | |
tree | 17dfe9a3bd7309b621d27a6499bfa5c561a0113f /Source/Makefile.in | |
parent | e644c825fb3b151cdf924a94e27acdf7cb2af11c (diff) | |
download | CMake-e06a538a30cda12672c76775d1dc9d78a9ca0913.zip CMake-e06a538a30cda12672c76775d1dc9d78a9ca0913.tar.gz CMake-e06a538a30cda12672c76775d1dc9d78a9ca0913.tar.bz2 |
ENH: fix for SGI make
Diffstat (limited to 'Source/Makefile.in')
-rw-r--r-- | Source/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Makefile.in b/Source/Makefile.in index ecd0171..0a51b1a 100644 --- a/Source/Makefile.in +++ b/Source/Makefile.in @@ -6,9 +6,8 @@ VPATH = @srcdir@ # This will cause an infinite loop as it will add the # rule for changing into this directory -@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMake/CMakeRules.make@MAKEQUOTE@ -CMAKE = @MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMake/CMakeVariables.make@MAKEQUOTE@ +@MAKEINCLUDE@ @MAKEQUOTE@@CMAKE_OBJ_DIR@/CMake/CMakeSimpleRules.make@MAKEQUOTE@ OBJS = \ cmClassFile.o \ |