[cfe-commits] [libcxx] r161761 - /libcxx/trunk/Makefile
Howard Hinnant
hhinnant at apple.com
Mon Aug 13 09:32:16 PDT 2012
Author: hhinnant
Date: Mon Aug 13 11:32:15 2012
New Revision: 161761
URL: http://llvm.org/viewvc/llvm-project?rev=161761&view=rev
Log:
Remove obsolete do-installhdrs target (again).
Modified:
libcxx/trunk/Makefile
Modified: libcxx/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/Makefile?rev=161761&r1=161760&r2=161761&view=diff
==============================================================================
--- libcxx/trunk/Makefile (original)
+++ libcxx/trunk/Makefile Mon Aug 13 11:32:15 2012
@@ -16,7 +16,7 @@
endif
INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX)
-.PHONY: help installsrc clean installheaders do-installhdrs install
+.PHONY: help installsrc clean installheaders install
help::
@echo "Use make install DSTROOT=<destination>"
@@ -30,7 +30,7 @@
clean::
-installheaders:: do-installhdrs
+installheaders::
install::
More information about the cfe-commits
mailing list