diff options
Diffstat (limited to 'utils/Makefile')
-rw-r--r-- | utils/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile index 96a9e2f9cf..f37cd91fb1 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -10,5 +10,10 @@ LEVEL = .. DIRS = Burg TableGen fpcmp +EXTRA_DIST = check-each-file codegen-diff countloc.sh cvsupdate emacs \ + getsrcs.sh llvmdo llvmgrep llvm-native-gcc llvm-native-gxx \ + makellvm NightlyTest.gnuplot NightlyTest.pl \ + NightlyTestTemplate.html profile.pl RegressionFinder.pl vim + include $(LEVEL)/Makefile.common |