summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-26 07:02:58 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-26 07:02:58 +0000
commit9b7a83838a66762527e1b7f39ea0839f295f3a6e (patch)
tree9be2d9bc812b260024cfdd964d6231bbd7c6cf20
parent7fed324ffc69fbeb8ca5541c0baf6a2ec3db139d (diff)
downloadbcm5719-llvm-9b7a83838a66762527e1b7f39ea0839f295f3a6e.tar.gz
bcm5719-llvm-9b7a83838a66762527e1b7f39ea0839f295f3a6e.zip
Add the export symbols list files as extra distribution files.
llvm-svn: 17246
-rw-r--r--llvm/runtime/GCCLibraries/crtend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/Makefile b/llvm/runtime/GCCLibraries/crtend/Makefile
index a3b9a711bdb..a0a59da00e8 100644
--- a/llvm/runtime/GCCLibraries/crtend/Makefile
+++ b/llvm/runtime/GCCLibraries/crtend/Makefile
@@ -18,6 +18,8 @@
LEVEL = ../../..
DONT_BUILD_RELINKED=1
+EXTRA_DIST := comp_main.lst comp_genericeh.lst comp_sjljeh.lst
+
MainSrc := crtend.c listend.ll
GenericEHSrc := Exception.cpp
SJLJEHSrc := SJLJ-Exception.cpp
OpenPOWER on IntegriCloud