Remove obsolete do-installhdrs target (again).

llvm-svn: 161761
This commit is contained in:
Howard Hinnant 2012-08-13 16:32:15 +00:00
parent 76bd025868
commit 700de17aea
1 changed files with 2 additions and 2 deletions

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::