Merged in changes between PRE11_ROOT and LLVM_PRE111 (i.e. the beginning of
[oota-llvm.git] / Makefile
index 6f31665eb68344ac847b6be36dc7b67f86034dcb..b7824d50600089887b4ff585756545354f1d2318 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,3 +6,11 @@ include $(LEVEL)/Makefile.common
 
 test :: all
        cd test; $(MAKE)
+
+distclean:: clean
+       $(VERB) $(RM) -rf $(LEVEL)/Makefile.config \
+                         $(LEVEL)/include/Config/config.h \
+                         $(LEVEL)/autoconf/autom4te.cache \
+                         $(LEVEL)/config.log \
+                         $(LEVEL)/TAGS
+