summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorFranck Bettinger <bettingf@cs.man.ac.uk>2001-11-16 15:14:28 (GMT)
committerFranck Bettinger <bettingf@cs.man.ac.uk>2001-11-16 15:14:28 (GMT)
commitd66eb731a92a152737fe3f44b26d0a71aa46acce (patch)
treebf7434ea3876acd49487ece63e70418b94bf3dd4 /Source
parentb98f942cccf5fea0d9fc21694c3a9331367926f4 (diff)
downloadCMake-d66eb731a92a152737fe3f44b26d0a71aa46acce.zip
CMake-d66eb731a92a152737fe3f44b26d0a71aa46acce.tar.gz
CMake-d66eb731a92a152737fe3f44b26d0a71aa46acce.tar.bz2
undo the last change because of problem with some versions of make
Diffstat (limited to 'Source')
-rw-r--r--Source/cmUnixMakefileGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmUnixMakefileGenerator.cxx b/Source/cmUnixMakefileGenerator.cxx
index ca9b8e4..dfdfe64 100644
--- a/Source/cmUnixMakefileGenerator.cxx
+++ b/Source/cmUnixMakefileGenerator.cxx
@@ -1377,7 +1377,7 @@ void cmUnixMakefileGenerator::OutputMakeRules(std::ostream& fout)
"clean",
"$(SUBDIR_CLEAN)",
"rm -f $(CLEAN_OBJECT_FILES) $(EXECUTABLES)"
- " $(TARGETS) ${GENERATED_QT_FILES} cmake.depends");
+ " $(TARGETS) ${GENERATED_QT_FILES}");
}
else
{