X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=fwcutter%2FMakefile;h=dbd096fe2559e0fbd4e62cb443b326648efaf3a5;hb=ce65ccbd3871205689492a0e810c425763e0af9e;hp=bdf73025d5da2cb41a0829f44f0b050317cf8735;hpb=4f612e99fb89379b35bc831bfbe244398e4eead4;p=b43-tools.git 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))