forked from OSchip/llvm-project
Changed the distclean target to handle the new location of config.h.
llvm-svn: 16385
This commit is contained in:
parent
5065b240c8
commit
db981ab5cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue