Message-Id: <199809061936.PAA14699@delorie.com> Comments: Authenticated sender is From: "George Foot" To: Balazs Miklos Date: Sun, 6 Sep 1998 20:34:24 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: need help with make Reply-to: mert0407 AT sable DOT ox DOT ac DOT uk CC: djgpp AT delorie DOT com Precedence: bulk On 6 Sep 98 at 20:53, Balazs Miklos wrote: > Hi! > I have two makefiles, the second is called from the first. > In the second makefile, I need to call 'nasm', and I do it using the > variables exported from the first makefile (I have tried it to call > directly). When nasm runs, it sais: more than one input file specified. > If I type in a shell exactly the same command line make executed, it > works. What could be the problem? Does NASM understand forward slashes in filenames? If not then you need to $(subst...) them in the NASM command line. -- george DOT foot AT merton DOT oxford DOT ac DOT uk