On Tue, 2011-05-17 at 10:02 -0500, Peng Yu wrote: > What if I want to tell the difference between a symbolic link and an > actual file as well?
You have to use a $(shell ...) function for that. Make has absolutely no (internal) concept of "symbolic links". _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
