Removed usage of $(call ...) in rules.make which was breaking building

with old version of GNU make


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@10452 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-07-13 12:55:02 +00:00
parent 2c3dd21d22
commit e6a12872b7

View file

@ -1,3 +1,9 @@
Fri Jul 13 13:45:54 2001 Nicola Pero <nicola@brainstorm.co.uk>
* rules.make (%.variables, %.tools, %.subprojects): Removed usage
of $(call ...) for backward compatibility with old versions of GNU
make.
Fri Jul 13 10:18:15 2001 Nicola Pero <nicola@brainstorm.co.uk>
* rules.make (%.subprojects): Use the __done trick.