diff options
author | Howard Hinnant <hhinnant@apple.com> | 2012-01-18 00:30:57 +0000 |
---|---|---|
committer | Howard Hinnant <hhinnant@apple.com> | 2012-01-18 00:30:57 +0000 |
commit | f30d9ad6e12ad4e39288d7b7aa86aed4f08e64a5 (patch) | |
tree | 72c7b2e392654e47fb15392a096a2e21d2c048ff | |
parent | 3b50c9ec7f87c07a8002eb442513c6114f4a141f (diff) | |
download | bcm5719-llvm-f30d9ad6e12ad4e39288d7b7aa86aed4f08e64a5.tar.gz bcm5719-llvm-f30d9ad6e12ad4e39288d7b7aa86aed4f08e64a5.zip |
Create target installhdrs as a synonym for do-installhdrs.
llvm-svn: 148365
-rw-r--r-- | libcxx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/Makefile b/libcxx/Makefile index 316cf8ed693..20102c8abac 100644 --- a/libcxx/Makefile +++ b/libcxx/Makefile @@ -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 |