Backend make fails

2002-04-08 Thread Fred Kiefer
Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop. This happens independend of the actual backend I am configuring for. Commenting out that rule just moves

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Try compiling with make -d and send me the results - thanks. On Tue, 9 Apr 2002, Fred Kiefer wrote: Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop.

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make GNUmakefile.postamble:31: *** target pattern contains no `%'. Stop. I think this might happen if GNUSTEP_MAKEFILES contains a ':' ... which is not allowed by make,

Re: Backend make fails

2002-04-08 Thread Nicola Pero
Sorry - please ignore this - won't help. Try compiling with make -d and send me the results - thanks. On Tue, 9 Apr 2002, Fred Kiefer wrote: Trying to build the new backend back on mingw fails with the message: kiefer@XANTHUS ~/GNUstep/core/back $ /usr/bin/make