Thanks - good spot - it's my fault - forgot a right bracket - it seems gregory has already fixed it on CVS
> As part of the new SOVERSION code in library.make line 157 reads: > > SOVERSION = $(word 1,$(SUBST ., ,$(VERSION)) > > My gnumake kicks this out with an error as the brackets are unmatched. I > am not entirely sure what is going on here, but I suspect this is supposed to > be something like... > > SOVERSION = $(word 1,$(subst ., ,$(VERSION))) > > isnt it ? I'm not familiar with the innards of GNU make so I am not quite > sure what the author intended here. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
