[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Syntax error in library.make ?
From: |
Pete French |
Subject: |
Syntax error in library.make ? |
Date: |
Sun, 27 Jan 2002 16:06:44 +0000 |
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.
cheers,
-bat.
- Syntax error in library.make ?,
Pete French <=