Hello all!

I get with different make files and different sources error messages like
the following:

make: *** No rule to make target ../libvncauth/libvncauth.a', needed by 
`vncviewer'.  Stop.

But the path is okay, and the Makefile in ../libvncauth *has* a target
"libvncauth.a".

What is going wrong?

Example situation:

$ mkdir testsuit
$ mkdir testsuit/room
$ cat > testsuit/room/Makefile
world: ../hello
        echo "world!"
^D
$ cat > testsuit/Makefile
hello:
        echo "Hello, "
^D
$ cd testsuit/room
$ make world
make: *** No rule to make target ../hello', needed by `World'.  Stop.

???
Thank you,
Marcus

-- 
"Rhubarb is no Egyptian god."        Debian GNU/Linux        finger brinkmd@ 
Marcus Brinkmann                   http://www.debian.org    master.debian.org
[EMAIL PROTECTED]                        for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       PGP Key ID 36E7CD09


--
E-mail the word "unsubscribe" to [EMAIL PROTECTED]
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to [EMAIL PROTECTED]

Reply via email to