From: John Criswell Date: Fri, 17 Sep 2004 15:08:25 +0000 (+0000) Subject: Changed the distclean target to handle the new location of config.h. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=794cbc22b748ea43d69fb774c3afb1dc3543791f;p=oota-llvm.git Changed the distclean target to handle the new location of config.h. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16385 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Makefile b/Makefile index 0af2c974814..ae3ffa2a52e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test :: all distclean:: clean $(VERB) $(RM) -rf $(LEVEL)/Makefile.config \ - $(LEVEL)/include/Config/config.h \ + $(LEVEL)/include/llvm/Config/config.h \ $(LEVEL)/autoconf/autom4te.cache \ $(LEVEL)/config.log \ $(LEVEL)/TAGS