%% "Antonio Norkus" <[EMAIL PROTECTED]> writes:
an> I'm using GNU make 3.74 on a HP 715/50 with HPUX 10.20 and have
an> encountered a problem with target-specific variable.
Target-specific variables are not supported in GNU make 3.74. Get a
newer version. The latest is 3.79.1.
an> varia
Hi,
I'm using GNU make 3.74 on a HP 715/50 with HPUX 10.20 and have encountered a
problem with target-specific variable.
Using the following makefile;
---
STRING="The default value of a variable"
all:
@echo $(STRING)
variable:=STRING="A