This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Using vpath directive in makefiles


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".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]