Re: Problem with CURDIR variable

2006-12-11 Thread Paul Smith
On Tue, 2006-12-12 at 06:29 +0200, Eli Zaretskii wrote: > But this test could be defeated if CURDIR was defined in the > environment, right? If so, the test should make sure CURDIR doesn't > come from the environment. I was assuming that if it was defined, someone set it. But I guess you're rig

Re: Problem with CURDIR variable

2006-12-11 Thread Eli Zaretskii
> From: Paul Smith <[EMAIL PROTECTED]> > Date: Mon, 11 Dec 2006 19:42:51 -0500 > Cc: bug-make@gnu.org > > This test is kind of strange. Unless there's some specific reason the > makefile REQUIRES the CURDIR variable to be set by make, it should be > rewritten: > > ifndef CURDIR > $(error Please

Re: Problem with CURDIR variable

2006-12-11 Thread Paul Smith
On Mon, 2006-12-11 at 15:36 +0100, Sombat Ketrat wrote: > the error msg. is > --- > GNUmakefile:3: *** Sorry, your version of GNU make (3.81) is too old. > You need one that defines the CURDIR variable. Stop. > --- > ifneq (default,$(origin CURDIR)) > $(error Sorry, your version of GNU make ($(M

Problem with CURDIR variable

2006-12-11 Thread Sombat Ketrat
Dear, I just install the OpenSuSE10.2 (kernel 2.6.18.2-34) and I have to recompile the molpro package. I have the problem when I did make. the error msg. is --- GNUmakefile:3: *** Sorry, your version of GNU make (3.81) is too old. You need one that defines the CURDIR variable. Stop. --- when I