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

This commit is contained in:
Franck Bettinger 2001-11-16 10:14:28 -05:00
parent b98f942ccc
commit d66eb731a9
1 changed files with 1 additions and 1 deletions

View File

@ -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
{