On Sun, 2008-10-26 at 23:15 +0100, Sam Ravnborg wrote:
> Can you give me a more precise pointer where we have this issue
> so I can get it fixed.  I guess it is Makefile.build...

If you mean in the Linux kernel there are two places:

        Makefile:1601: *** mixed implicit and normal rules.  Stop.
        
        # Modules
        / %/: prepare scripts FORCE

and:

        Makefile:442: *** mixed implicit and normal rules.  Stop.
        
        config %config: scripts_basic outputmakefile FORCE
                $(Q)mkdir -p include/linux include/config
                $(Q)$(MAKE) $(build)=scripts/kconfig $@

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.us
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to