Apply Michael Kahl's patch to fix the 'make tools-only' target when OBJDIR != SRCDIR.

See PR222.

llvm-svn: 11102
This commit is contained in:
Chris Lattner 2004-02-03 22:56:40 +00:00
parent ae51cae111
commit 6bd75a6223
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
tools-only:
@for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done
tools-only: DIRS = $(DIRS:runtime=)
tools-only: all
configure: autoconf/configure.ac autoconf/aclocal.m4
cd autoconf && aclocal && autoconf -o ../configure configure.ac