Browse Source

undo the last change because of problem with some versions of make

Franck Bettinger 24 years ago
parent
commit
d66eb731a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmUnixMakefileGenerator.cxx

+ 1 - 1
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  
     {