[cfe-commits] [libcxx] r148396 - /libcxx/trunk/Makefile
Howard Hinnant
hhinnant at apple.com
Wed Jan 18 08:07:25 PST 2012
Author: hhinnant
Date: Wed Jan 18 10:07:25 2012
New Revision: 148396
URL: http://llvm.org/viewvc/llvm-project?rev=148396&view=rev
Log:
Remove installhdrs target from Makefile
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=148396&r1=148395&r2=148396&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Wed Jan 18 10:07:25 2012
@@ -30,8 +30,6 @@
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