Title: RE: Make 3.79.1 bug/question
THANK YOU VERY MUCH for the fast response!
Grigory.
-Original Message-
From: Paul D. Smith [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 12, 2001 5:58 PM
To: Zagorodnev, Grigory
Cc: '[EMAIL PROTECTED]'
Subject: Re: Make 3.79.1 bug/question
%
%% "Zagorodnev, Grigory" <[EMAIL PROTECTED]> writes:
zg> export A:= commom
zg> target: A+= specific
zg> target:
zg> @echo $(A)
zg> ...I got following error:
zg> make: expand.c:489: allocated_variable_append: Assertion
zg> `current_variable_set_list->next != 0' failed.
zg> Abo
Title: Make 3.79.1 bug/question
Hi!
I'm using GNU Make version 3.79.1 (i386-redhat-linux) and with a simple Makefile...
export A:= commom
target: A+= specific
target:
@echo $(A)
...I got following error:
make: expand.c:489: allo