Subject: Re: =?iso-8859-1?Q?What=B4s?= wrong with my Makefile
To: Patrick Welche <prlw1@newn.cam.ac.uk>
From: Totty <tsadowski@gmx.net>
List: tech-pkg
Date: 02/21/2001 20:39:21
Sorry for my late answer, I had an exam at university.

The Tab did the trick. I was using the mc-editor but now I did make
changes with vi and now it the syntax errors are gone but not the
problem. I now get:

===> Installing for xjdic
make: donīt know how to make install. Stop
*** Error code 2

I thought I told the computer how to do it.

BTW Iīm studiyng mechanical engineering.

Regards, Torsten

P.S. Where do I have to submit the package if I ever get it to run?

Patrick Welche wrote:

> On Mon, Feb 12, 2001 at 09:12:54PM +0100, Totty wrote:
> ...
> > do-install:
> > .if defined(STAND_ALONE)
> > @${CP} ${WRKDIR}/xjdic_sa ${PREFIX}/bin/xjdic
> > .endif
>
> Is there a tab missing before @${CP} ?
>
> Cheers,
>
> Patrick