diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-26 03:12:11 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-26 03:12:11 +0000 |
commit | 20ac4e369935566d2069619a69b4a9f972cf9150 (patch) | |
tree | ff835ec41414633e45d077f1326e8e4df1a16314 /runtime/GC | |
parent | 7f2cd27ff19f0a5643894804fe7315731f153ed2 (diff) | |
download | external_llvm-20ac4e369935566d2069619a69b4a9f972cf9150.zip external_llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.gz external_llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.bz2 |
Add EXTRA_DIST for additional files to be distributed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17233 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GC')
-rw-r--r-- | runtime/GC/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile index 98b62fb..b57dc85 100644 --- a/runtime/GC/Makefile +++ b/runtime/GC/Makefile @@ -9,6 +9,7 @@ LEVEL = ../.. PARALLEL_DIRS := SemiSpace +EXTRA_DIST := gc_exported_symbols.lst include $(LEVEL)/Makefile.common # Install target for libraries: Copy into $LLVMGCCDIR/bytecode-libs |