diff options
-rw-r--r-- | utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile index df03b567b1..1e04706578 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -13,7 +13,8 @@ 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 + NightlyTestTemplate.html profile.pl RegressionFinder.pl vim \ + llvm-config include $(LEVEL)/Makefile.common |