Hi all, Consider this sample makefile: export LD_LIBRARY_PATH := /prefix:$(LD_LIBRARY_PATH) $(warning $(LD_LIBRARY_PATH)) $(warning $(shell echo $$LD_LIBRARY_PATH))
Why does the 1st warning includes "/prefix" and 2nd doesn't ? When used as commands for a target, both have the same value. Thanks, Christophe. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
