On Tue, 2007-08-21 at 13:40 +0200, Arsen Hayrapetyan wrote: > Now, how Make finds the 'install-common' target? > The file Makefile.global-vars is attached to this message, but it > seems not to contain anything helpful.
The part that does what you're asking about is not shown in your message. One thing to note is that although you say you attached Makefile.global-vars, it looks more like you attached Makefile.global-vars.in; that makefile seems like it should be processed by autoconf (it has tokens like @openca_tools_prefix@ which are supposed to be replaced by autoconf). -- ------------------------------------------------------------------------------- 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
