bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

variable substitution in gmake


From: Jean-Max Reymond
Subject: variable substitution in gmake
Date: Wed, 15 May 2002 12:51:47 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc2) Gecko/20020510

I have some troubles with Gnu gmake 3.79.1 on Linux platform. All is correct on AIX and True64 platform's with preinstalled make.

I have two directories Src and Copy

touch Copy/jmax.tab Src/jmaxDATACC.o

and in Src, I have a Makefile which contains the following rules:

OBJ= jmaxDATACC.o
lib : ${OBJ}

$(OBJ): ../Copy/$(@:DATACC.o=.tab)
        echo $@

and "touch ../Copy/jmax.tab;make lib" does nothing on Linux




reply via email to

[Prev in Thread] Current Thread [Next in Thread]