Fix .PHONY target to match new installheaders target.

llvm-svn: 148629
This commit is contained in:
Bob Wilson 2012-01-21 06:16:39 +00:00
parent de15baf1f4
commit 1e2ca98cb2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ else
endif
INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX)
.PHONY: help installsrc clean installhdrs do-installhdrs install
.PHONY: help installsrc clean installheaders do-installhdrs install
help::
echo Use make install DSTROOT=<destination>