Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: AW: Re: Driver 2002-11-08 problems



On Sun, Nov 10, 2002 at 09:44:35PM +0000, Philip Armstrong wrote:
> 
> include $(patsubst %.o:%.dep,$(OBJS))
> 
> $(BUILD)/%.d : %.c
> 	     gcc -MM -MG $< | sed -e "1s@^\([^ ]*\)\.o:@$(BUILD)/\1.d $(BUILD)/\1.o:@" > $(BUILD)/$(@F)

drat. Inevitable error, try again:

include $(patsubst %.o:%.d,$(OBJS))
                         ^^^

$(BUILD)/%.d : %.c
	     gcc -MM -MG $< | sed -e "1s@^\([^ ]*\)\.o:@$(BUILD)/\1.d $(BUILD)/\1.o:@" > $(BUILD)/$(@F)

Phil

-- 
http://www.kantaka.co.uk/ .oOo. public key: http://www.kantaka.co.uk/gpg.txt



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index