[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

make problem with targets that have paths in it.



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
Marcus.Brinkmann@ruhr-uni-bochum.de                        for public  PGP Key
http://homepage.ruhr-uni-bochum.de/Marcus.Brinkmann/       PGP Key ID 36E7CD09


--
E-mail the word "unsubscribe" to debian-mentors-request@lists.debian.org
TO UNSUBSCRIBE FROM THIS MAILING LIST. Trouble? E-mail to listmaster@lists.debian.org


Reply to: