mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Revised version of a patch for PR222 that works with my version of gmake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11104 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3e0bd31742
commit
6a8c2907b0
8
Makefile
8
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user