author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Sat, 18 Feb 2006 11:40:22 +0000 (12:40 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 19 Feb 2006 07:17:01 +0000 (23:17 -0800) | ||
commit | 39c015c556f285106931e0500f301de462b0e46e | |
tree | 9622fa9fcab32dce9bb808c0080fdc0bb8936e17 | tree | snapshot |
parent | abb7c7b31c0896bd838bbb6437b310db5a42227a | commit | diff |
Fixes for ancient versions of GNU make
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>
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>
Makefile | diff | blob | history | |
t/Makefile | diff | blob | history |