Allow C++ programs to end in .cc. This allows C++ test programs in the

test suite to compile.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10644 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
John Criswell 2003-12-29 22:02:12 +00:00
parent 9b448b703f
commit b1f5cfe0c4

View File

@ -364,7 +364,8 @@ AR = ${AR_PATH} cq
#
ifndef Source
Source := $(notdir $(ExtraSource) $(wildcard $(SourceDir)/*.cpp \
$(SourceDir)/*.c $(SourceDir)/*.y $(SourceDir)/*.l))
$(SourceDir)/*.cc $(SourceDir)/*.c $(SourceDir)/*.y \
$(SourceDir)/*.l))
endif
#