From 794cbc22b748ea43d69fb774c3afb1dc3543791f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 17 Sep 2004 15:08:25 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1