head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.10.17.27.38;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310187
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310187 | brooks | 2013-01-10 16:19:44 +0000 (Thu, 10 Jan 2013) | 3 lines
## SVN ##
## SVN ## In preparation for updating llvm and clang to 3.2, create temporary
## SVN ## ports of 3.1 so ports that don't yet work with 3.2 continue to work.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@
$FreeBSD: head/lang/clang31/files/patch-tools_clang_lib_Headers_Makefile 303039 2012-08-23 21:02:09Z jkim $

--- tools/clang/lib/Headers/Makefile.orig
+++ tools/clang/lib/Headers/Makefile
@@@@ -13,7 +13,7 @@@@
 # FIXME: Get version from a common place.
 HeaderDir := $(PROJ_OBJ_ROOT)/$(BuildMode)/lib/clang/1.0/include
 
-HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*.h))
+HEADERS := $(notdir $(wildcard $(PROJ_SRC_DIR)/*mm*.h))
 
 OBJHEADERS := $(addprefix $(HeaderDir)/, $(HEADERS))
 
@
