]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
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)
commit39c015c556f285106931e0500f301de462b0e46e
tree9622fa9fcab32dce9bb808c0080fdc0bb8936e17
parentabb7c7b31c0896bd838bbb6437b310db5a42227a
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>
Makefile
t/Makefile