forked from OSchip/llvm-project
Create target installhdrs as a synonym for do-installhdrs.
llvm-svn: 148365
This commit is contained in:
parent
3b50c9ec7f
commit
f30d9ad6e1
|
|
@ -30,6 +30,8 @@ installsrc:: $(SRCROOT)
|
|||
|
||||
clean::
|
||||
|
||||
installhdrs:: do-installhdrs
|
||||
|
||||
# The do-installhdrs target is also used by clang's runtime/libcxx makefile.
|
||||
do-installhdrs:
|
||||
mkdir -p $(HEADER_DIR)/c++/v1/ext
|
||||
|
|
|
|||
Loading…
Reference in New Issue