Eric West wrote:

Your include file, inc.mk contains targets. When you run make without out explicit targets, the first target (implicit target) in your make file is used. In this case, the first target due to the include statement is helloworld. If you create an empty inc.mk or explicitly call the "all" target, ("make all") then the code will work as you might have expected.

 --Eric

It works.

my fault. Tanks!

Morten

        

        
                
___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de



_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to