Browse code

Fix make distclean.

These Makefiles don't have to be rm-ed (they're not used anyway).

Török Edvin authored on 2010/01/27 04:19:42
Showing 2 changed files
... ...
@@ -856,10 +856,10 @@ endif
856 856
 	rm -f llvm/test/site.exp llvm/test/site.bak llvm/test/*.out llvm/test/*.sum llvm/test/*.log
857 857
 
858 858
 distclean-local:
859
-	rm -f llvm/lib/Makefile llvm/docs/doxygen.cfg llvm/test/Unit/.dir llvm/test/Unit/lit.site.cfg
860
-	rm -f llvm/test/Makefile llvm/test/lit.site.cfg llvm/test/Makefile.tests llvm/Makefile llvm/config.status
861
-	rm -f llvm/mklib llvm/tools/Makefile llvm/tools/llvmc/llvm-config.in llvm/utils/Makefile
862
-	rm -f llvm/Makefile.common llvm/Makefile.config llvm/config.log llvm/unittests/Makefile
859
+	rm -f llvm/docs/doxygen.cfg llvm/test/Unit/.dir llvm/test/Unit/lit.site.cfg
860
+	rm -f llvm/test/lit.site.cfg llvm/config.status
861
+	rm -f llvm/mklib llvm/tools/llvmc/llvm-config.in
862
+	rm -f llvm/Makefile.config llvm/config.log
863 863
 	rm -f llvm/llvm.spec llvm/include/llvm/Config/AsmPrinters.def llvm/include/llvm/Config/config.h
864 864
 	rm -f llvm/include/llvm/Config/Disassemblers.def
865 865
 	rm -f llvm/include/llvm/System/DataTypes.h llvm/include/llvm/Config/Targets.def
... ...
@@ -7695,10 +7695,10 @@ clean-local:
7695 7695
 	rm -f llvm/test/site.exp llvm/test/site.bak llvm/test/*.out llvm/test/*.sum llvm/test/*.log
7696 7696
 
7697 7697
 distclean-local:
7698
-	rm -f llvm/lib/Makefile llvm/docs/doxygen.cfg llvm/test/Unit/.dir llvm/test/Unit/lit.site.cfg
7699
-	rm -f llvm/test/Makefile llvm/test/lit.site.cfg llvm/test/Makefile.tests llvm/Makefile llvm/config.status
7700
-	rm -f llvm/mklib llvm/tools/Makefile llvm/tools/llvmc/llvm-config.in llvm/utils/Makefile
7701
-	rm -f llvm/Makefile.common llvm/Makefile.config llvm/config.log llvm/unittests/Makefile
7698
+	rm -f llvm/docs/doxygen.cfg llvm/test/Unit/.dir llvm/test/Unit/lit.site.cfg
7699
+	rm -f llvm/test/lit.site.cfg llvm/config.status
7700
+	rm -f llvm/mklib llvm/tools/llvmc/llvm-config.in
7701
+	rm -f llvm/Makefile.config llvm/config.log
7702 7702
 	rm -f llvm/llvm.spec llvm/include/llvm/Config/AsmPrinters.def llvm/include/llvm/Config/config.h
7703 7703
 	rm -f llvm/include/llvm/Config/Disassemblers.def
7704 7704
 	rm -f llvm/include/llvm/System/DataTypes.h llvm/include/llvm/Config/Targets.def