Revision 7082
Added by Aaron Marcuse-Kubitza about 12 years ago
Makefile | ||
---|---|---|
6 | 6 |
|
7 | 7 |
# Make |
8 | 8 |
SHELL := /bin/bash |
9 |
subMake = $(MAKE) $(call subPath,$@) --directory=$(call topDir,$@) |
|
10 | 9 |
|
11 | 10 |
# Paths |
12 | 11 |
bin := bin |
Also available in: Unified diff
root Makefile: Removed $(subMake), which is now defined properly by lib/common.Makefile