diff options
Diffstat (limited to 'common.mk')
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ $(BUILDDIR)/%.a: $(Q)$(AR) cr $@ $^ $(Q)$(RANLIB) $@ -$(BUILDDIR)/%.o: %.c +$(BUILDDIR)/%.o: %.c $(OBJDEPS) ifneq ($(BUILDDIR),$(CURDIR)) $(Q)mkdir -p $(dir $@) endif |