X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=ssb_sprom%2FMakefile;h=0d42aaa2aba37fcab8051213ed5db6f62af020b4;hb=74d3a3ff50e1dbf14732fb63f2c5ede7fe551b8a;hp=21f70eb41dfe53226ef449adb635cbd2ee45fab1;hpb=5a082479780cc0ce68c1a1b8709b30a092461e4c;p=b43-tools.git diff --git a/ssb_sprom/Makefile b/ssb_sprom/Makefile index 21f70eb..0d42aaa 100644 --- a/ssb_sprom/Makefile +++ b/ssb_sprom/Makefile @@ -30,7 +30,7 @@ OBJS = $(sort $(patsubst %.c,obj/%.o,$(1))) # Generate dependencies $(call DEPS,$(SRCS)): dep/%.d: %.c @mkdir -p $(dir $@) - $(QUIET_DEPEND) -o $@.tmp -MM -MG -MT "$@ $(patsubst dep/%.d,obj/%.o,$@)" $(CFLAGS) $< && mv -f $@.tmp $@ + $(QUIET_DEPEND) -o $@.tmp -MM -MT "$@ $(patsubst dep/%.d,obj/%.o,$@)" $(CFLAGS) $< && mv -f $@.tmp $@ -include $(call DEPS,$(SRCS))