Hi,
Trying the second reproduction recipe with make 4.0 seems to
indicate thi problem has gone away:
--8<---------------cut here---------------start------------->8---
__> make VAR=q all
echo q
q
__> make VAR=q all
echo q
q
__> make VAR=q all
echo q
q
__> make VAR=q all
echo q
q
__> cat makefile
test: VAR?=*
all:
echo $(VAR)
--8<---------------cut here---------------end--------------->8---
manoj
--
"We have ways to make you scream." Intel advertisement, in the June
1989 Doctor Dobbs Journal
Manoj Srivastava <[email protected]> <http://www.golden-gryphon.com/>
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20 05B6 CF48 9438 C577 9A1C
signature.asc
Description: PGP signature

