Fixes for ancient versions of GNU make
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 18 Feb 2006 11:40:22 +0000 (12:40 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 19 Feb 2006 07:17:01 +0000 (23:17 -0800)
Some versions of GNU make do not understand $(call), and have problems to
interpret rules like this:

some_target: CFLAGS += -Dsome=defs

[jc: simplified substitution a bit. ]

Signed-off-by: Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>

No differences found