summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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