[cfe-commits] [libcxx] r148365 - /libcxx/trunk/Makefile
Howard Hinnant
hhinnant at apple.com
Tue Jan 17 16:30:58 PST 2012
Author: hhinnant
Date: Tue Jan 17 18:30:57 2012
New Revision: 148365
URL: http://llvm.org/viewvc/llvm-project?rev=148365&view=rev
Log:
Create target installhdrs as a synonym for do-installhdrs.
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=148365&r1=148364&r2=148365&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Tue Jan 17 18:30:57 2012
@@ -30,6 +30,8 @@
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
More information about the cfe-commits
mailing list