Make (Linux vs Sco)

llewelly@dbritsch.dsl.xmission.com llewelly@dbritsch.dsl.xmission.com
Thu Apr 20 01:12:00 GMT 2000


On Thu, 20 Apr 2000, Istrate Bogdan wrote:

> Hi!
> I have some pb. with make under Linux! So,:
> in a makefile under Sco, I have something like this:
>      f.o : xx.h:
>                  cc ...... f.c
> Sco make a dependence on f.c , too. When I modify f.c,
> f.o is recreated.
> 
> Under Linux I have to write like that:
>                  f.o :  f.c  xx.h
>                           cc ..... f.c
> to depend on f.c.
> 
> 
> So , can I set the make under linux to run like sco?
> Is there a make.conf or somethig?
> Thanks
> 

What does this have to do with gcc?

I think you want the gnu make docs. 

See: http://www.gnu.org/manual/make/index.html



More information about the Gcc mailing list