I'm not sure I understand why you want to create those symlinks in the first place. Maybe the easiest solution is to just not do that.
For example, you could use VPATH to let make find the source files for you in whatever directory they exist, without creating any symlinks at all. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.mad-scientist.us "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
