X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=3c78ec3f92cae3d885669bf0b868e39d94c01357;hb=143df9a1bb1d9b0d68959dfcd45e1cad3a37f66c;hp=ade36fb44f13d77be5c0e6653218b524204d6708;hpb=e488e9360b1a865ba604330965edcf139e590b65;p=oota-llvm.git diff --git a/Makefile b/Makefile index ade36fb44f1..3c78ec3f92c 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,9 @@ distclean:: clean $(LEVEL)/config.log \ $(LEVEL)/TAGS +tools-only: + @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done + AUTOCONF = autoconf AUTOHEADER = autoheader