From 364e94575b3699512632b3c6c3e5aeecc80e07c4 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 13 Aug 2012 16:32:15 +0000 Subject: [PATCH] Remove obsolete do-installhdrs target (again). git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@161761 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c180271e..f8ea8bca 100644 --- a/Makefile +++ b/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=" @@ -30,7 +30,7 @@ installsrc:: $(SRCROOT) clean:: -installheaders:: do-installhdrs +installheaders:: install::