summaryrefslogtreecommitdiff
path: root/utils/Burg/Makefile
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-26 03:12:11 +0000
commit20ac4e369935566d2069619a69b4a9f972cf9150 (patch)
treeff835ec41414633e45d077f1326e8e4df1a16314 /utils/Burg/Makefile
parent7f2cd27ff19f0a5643894804fe7315731f153ed2 (diff)
downloadllvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.gz
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.bz2
llvm-20ac4e369935566d2069619a69b4a9f972cf9150.tar.xz
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 'utils/Burg/Makefile')
-rw-r--r--utils/Burg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 96a9e9ef67..bada1d63d3 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -10,6 +10,8 @@ LEVEL = ../..
TOOLNAME = burg
BUILT_SOURCES = gram.tab.c
+EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr
+
include $(LEVEL)/Makefile.common
gram.tab.c gram.tab.h: gram.yc