I created the following static pattern rule which works perfectly fine on my linux box at home:
$(releaseFiles) : $(releaseDir)% : $(masterDir)%
$(script) $< $@ $(masterDir)


Now, I have transfered it to a solaris 9 machine at school and it doesn't work. Make complains that I have 1 too many : on this line.

Any help would be great
Thanks
Shawn



_______________________________________________ Help-make mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to