%% "Wei Qian" <[EMAIL PROTECTED]> writes: wq> I used MAKEFILE_LIST variable in the Makefile, executed on Linux 9.
There is no such thing as "Linux 9". What matters is which version of GNU make you have. Run "make --version". You need 3.80 or better to use this variable. -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "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
