build: Make sure arm_neon.h gets installed.

llvm-svn: 109073
This commit is contained in:
Daniel Dunbar 2010-07-22 01:19:36 +00:00
parent a66a4d10ae
commit 43d74a3b02
1 changed files with 1 additions and 0 deletions

View File

@ -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) $@