Re: including makefiles...

2000-09-12 Thread Tim Magill
This is not a bug. make uses whatever target comes first as the default target. Try: # force my default target all : $(whatever) # now do includes include makefiles # now do local rules ... tim PS: you might want to upgrade your version of make. It won't change this (correct) behavior, b

including makefiles...

2000-09-12 Thread Olivier Durand
Hello, I am currently using gmake V3.77 and experience problems with including makefiles I hope you can help me on this one... I have two solution here: I can either use the include directive or the MAKEFILES environment variable. The include directive works fine but redefines the goal of my