X-Git-Url: https://jxself.org/git/?p=b43-tools.git;a=blobdiff_plain;f=fwcutter%2FMakefile;h=dbd096fe2559e0fbd4e62cb443b326648efaf3a5;hp=bdf73025d5da2cb41a0829f44f0b050317cf8735;hb=74d3a3ff50e1dbf14732fb63f2c5ede7fe551b8a;hpb=bcf9f0184d616b059b84643bb4296f713a2070e7 diff --git a/fwcutter/Makefile b/fwcutter/Makefile index bdf7302..dbd096f 100644 --- a/fwcutter/Makefile +++ b/fwcutter/Makefile @@ -35,7 +35,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))