aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-09-17 15:08:25 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-09-17 15:08:25 +0000
commit794cbc22b748ea43d69fb774c3afb1dc3543791f (patch)
tree9a51c1f222376a13fa0621142dc9e72ad0727c1d /Makefile
parentebeb0cba94e41b60f2095d4e7f09989f16233da4 (diff)
downloadexternal_llvm-794cbc22b748ea43d69fb774c3afb1dc3543791f.zip
external_llvm-794cbc22b748ea43d69fb774c3afb1dc3543791f.tar.gz
external_llvm-794cbc22b748ea43d69fb774c3afb1dc3543791f.tar.bz2
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0af2c97..ae3ffa2 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