summaryrefslogtreecommitdiffstats
path: root/runtime/GCCLibraries
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
commit9826173996b1f383a84b9bccc874824165629034 (patch)
tree055dddbfef2b06038cc5f6e32ff8be2857a5eb4a /runtime/GCCLibraries
parentb9cad90aebc3a6e49a20f2cabc403654de0067e5 (diff)
downloadexternal_llvm-9826173996b1f383a84b9bccc874824165629034.zip
external_llvm-9826173996b1f383a84b9bccc874824165629034.tar.gz
external_llvm-9826173996b1f383a84b9bccc874824165629034.tar.bz2
Add the export symbols list files as extra distribution files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17246 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries')
-rw-r--r--runtime/GCCLibraries/crtend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/crtend/Makefile b/runtime/GCCLibraries/crtend/Makefile
index a3b9a71..a0a59da 100644
--- a/runtime/GCCLibraries/crtend/Makefile
+++ b/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