Hi,

I am trying to use the multi-architecture build scheme described in

http://paulandlesley.org/gmake/multi-arch.html

coupled with Makefile generation.

I am facing problems getting it right.

For example, the following change wreaks havoc:

Instead of

  Makefile: ;

in the target.mk file, I tried to put:

  Makefile: Makefile.in
            cp Makefile.in Makefile

and things stop working.

The lines above cause the following

  % :: ; 

rule to get fired.

Is there a way out?

Regards
Sankar

-- 
Sankaranarayanan K. V.          | [EMAIL PROTECTED]
Motorola India Electronics Ltd  | http://www.mot.com/miel

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to