diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-04-13 06:27:20 +0000 |
commit | 28421d0a805e0069b8647e11b0e09064b940623a (patch) | |
tree | 62863b695cc5abbc625e3a8878f3f9c7b9635b36 /utils/Burg | |
parent | 9b6e67e1ecd88ef74dfdb4fe1736216035b89a98 (diff) |
Add missing things to the distribution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/Burg')
-rw-r--r-- | utils/Burg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index 97750b2a58..f40f3eb71d 100644 --- a/utils/Burg/Makefile +++ b/utils/Burg/Makefile @@ -10,7 +10,7 @@ LEVEL = ../.. TOOLNAME = burg BUILT_SOURCES = gram.tab.c gram.tab.h -EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr +EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr burg.shar.gz COPYRIGHT Doc include $(LEVEL)/Makefile.common |