From: aolchik@digitel.com.br (Alejandro Olchik)
Subject: Using vpath directive in makefiles
23 Sep 1998 21:53:51 -0700
Message-ID: <19980923204055.29972.qmail.cygnus.gnu-win32@findmail.com>
To: gnu-win32@cygnus.com

I´m having problem when using the vpath directive in a makefile. I have cywin B19 installed and I´m running make in unix mode.

Look at the followin makefile

vpath %.s //s/multinos/prj/nr1100/startup

start.o:  start.s
	copy $< $@ 

When trying to execute it I receive the following message
make: *** No rule to make target `start.s', needed by `start.o'.  Stop.

Am I doing something wrong? The make program does not have to search for the .s file at the vpath directories?

-----
Free e-mail group hosting at http://www.eGroups.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
