Jomar Bueyes
unread,Nov 15, 2011, 3:08:47 PM11/15/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi
I have a Makefile that works ok with Mac OS 10.5.8 but not on my newer
laptop (OS 10.6.8). The few lines of the Makefile that seem to be
causing the problem are:
vpath %.mod <directory here>
vpah %.f90 <another directory>
%.mod:: %.f90
<tab> ${F90} ${F90FLAGS} -c $<
(F90 and F90FLAGS previously defined).
Under Mac OS 10.5.8 using make version 3.81 built for Darwin 9.0, all
the .mod files are made correctly. However, under MAC OS 10.6.8 using
make version 3.81 built for Darwin 10.0 I get the error message
make: *** No rule to make target `machine.mod'. Stop
Any idea of what I might be doing wrong?
Thank you in advance
Jomar