First, please choose a standard charset when emailing messages. "big5" is a non-standard Windows invention, which makes your message more difficult to read on any other operating system. There's no reason to choose anything other than standard text for messages like this.
> I am using gmake ver 3.79.1. > I would like to get file name of current makefile You can't get this information from GNU make in this version. If you upgrade to GNU make 3.80 then you can use the $(MAKEFILE_LIST) 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://mail.gnu.org/mailman/listinfo/help-make
