mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
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:
parent
2998d508b0
commit
f22133bba2
4
Makefile
4
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user