Revision 5452
Added by Aaron Marcuse-Kubitza about 12 years ago
common.Makefile | ||
---|---|---|
17 | 17 |
# input.Makefile path is relative to subdir |
18 | 18 |
|
19 | 19 |
# Formatting |
20 |
sed = sed -$(if $(filter Darwin,$(os)),E,r) |
|
20 | 21 |
_2Space = $(subst _,$(space),$(1)) |
21 | 22 |
*2Space = $(call _2Space,$*) |
22 | 23 |
|
Also available in: Unified diff
lib/common.Makefile: Added $(sed)