Revised version of a patch for PR222 that works with my version of gmake.

llvm-svn: 11104
This commit is contained in:
Chris Lattner 2004-02-03 23:05:24 +00:00
parent 3d96eb6fa6
commit 135dcc024b
1 changed files with 6 additions and 2 deletions

View File

@ -7,9 +7,14 @@
#
##===----------------------------------------------------------------------===##
LEVEL = .
DIRS = lib/Support utils lib tools runtime
DIRS = lib/Support utils lib tools
OPTIONAL_DIRS = projects
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime
endif
include $(LEVEL)/Makefile.common
test :: all
@ -22,7 +27,6 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
tools-only: DIRS = $(DIRS:runtime=)
tools-only: all
configure: autoconf/configure.ac autoconf/aclocal.m4