summaryrefslogtreecommitdiffstats
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
commitdb981ab5cc854ca03921c10c4d0771ddc8ae9143 (patch)
treea6a9eb4ede08a8a95225a413ded4bb74e96d7f95
parent5065b240c838d5fd5a5c55fce7059acdbb310284 (diff)
downloadbcm5719-llvm-db981ab5cc854ca03921c10c4d0771ddc8ae9143.tar.gz
bcm5719-llvm-db981ab5cc854ca03921c10c4d0771ddc8ae9143.zip
Changed the distclean target to handle the new location of config.h.
llvm-svn: 16385
-rw-r--r--llvm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/Makefile b/llvm/Makefile
index 0af2c974814..ae3ffa2a52e 100644
--- a/llvm/Makefile
+++ b/llvm/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
OpenPOWER on IntegriCloud