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:
parent
2a03b71f09
commit
364e94575b
4
Makefile
4
Makefile
@ -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::
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user