Skip to content

Commit 56fdf9e

Browse files
author
Reid Spencer
committed
Add missing things to the distribution.
llvm-svn: 27650
1 parent 04896a7 commit 56fdf9e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

llvm/utils/Burg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LEVEL = ../..
1010
TOOLNAME = burg
1111
BUILT_SOURCES = gram.tab.c gram.tab.h
1212

13-
EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr
13+
EXTRA_DIST = gram.yc gram.tab.c gram.tab.h sample.gr burg.shar.gz COPYRIGHT Doc
1414

1515
include $(LEVEL)/Makefile.common
1616

llvm/utils/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTRA_DIST := cgiplotNLT.pl check-each-file codegen-diff countloc.sh cvsupdate \
1414
DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
1515
getsrcs.sh importNLT.pl llvmdo llvmgrep llvm-native-gcc \
1616
llvm-native-gxx makellvm NightlyTest.gnuplot NightlyTest.pl \
17-
NightlyTestTemplate.html NLT.schema parseNLT.pl plotNLT.pl \
18-
profile.pl RegressionFinder.pl userloc.pl webNLT.pl \
19-
vim llvm-config
17+
NightlyTestTemplate.html NLT.schema OldenDataRecover.pl \
18+
parseNLT.pl plotNLT.pl profile.pl RegressionFinder.pl userloc.pl \
19+
webNLT.pl vim llvm-config
2020

2121
include $(LEVEL)/Makefile.common
2222

llvm/utils/TableGen/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
LEVEL = ../..
1010
TOOLNAME = tblgen
1111
USEDLIBS = LLVMSupport.a LLVMSystem.a
12+
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
13+
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
1214

1315
include $(LEVEL)/Makefile.common
1416

0 commit comments

Comments
 (0)