Add the export symbols list files as extra distribution files.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 26 Oct 2004 07:02:58 +0000 (07:02 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 26 Oct 2004 07:02:58 +0000 (07:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17246 91177308-0d34-0410-b5e6-96231b3b80d8

runtime/GCCLibraries/crtend/Makefile

index a3b9a711bdb59c7d014a21ff0f0b29e33e0dbeb8..a0a59da00e87fbfce8e0f7c96a1f9323242df528 100644 (file)
@@ -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