From: Daniel Dunbar Date: Thu, 22 Jul 2010 01:19:36 +0000 (+0000) Subject: build: Make sure arm_neon.h gets installed. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af1879141c0fe45550fa0ebea80e8ca4383b1089;p=clang build: Make sure arm_neon.h gets installed. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109073 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Headers/Makefile b/lib/Headers/Makefile index ebb83843ca..d75b1a2e7c 100644 --- a/lib/Headers/Makefile +++ b/lib/Headers/Makefile @@ -38,6 +38,7 @@ all-local:: $(OBJHEADERS) PROJ_headers := $(DESTDIR)$(PROJ_prefix)/lib/clang/$(CLANG_VERSION)/include INSTHEADERS := $(addprefix $(PROJ_headers)/, $(HEADERS)) +INSTHEADERS += $(PROJ_headers)/arm_neon.h $(PROJ_headers): $(Verb) $(MKDIR) $@