Remove obsolete do-installhdrs target (again).

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@161761 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Howard Hinnant 2012-08-13 16:32:15 +00:00
parent 2a03b71f09
commit 364e94575b

View File

@ -16,7 +16,7 @@ else
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 @@ installsrc:: $(SRCROOT)
clean::
installheaders:: do-installhdrs
installheaders::
install::