aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a3b9a711bd..a0a59da00e 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