summaryrefslogtreecommitdiff
path: root/mk/memmove_s.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/memmove_s.d')
-rw-r--r--mk/memmove_s.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/memmove_s.d b/mk/memmove_s.d
index 2da37a80..31289074 100644
--- a/mk/memmove_s.d
+++ b/mk/memmove_s.d
@@ -3,7 +3,7 @@ libc.a(memmove_s.o): $(OBJDIR)/memmove_s.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/memmove_s.o: src/string/memmove_s.c
-$(OBJDIR)/memmove_s.o:
+$(OBJDIR)/memmove_s.o: src/_assert.h
$(OBJDIR)/memmove_s.o:
@echo " [CC] $@"
@mkdir -p $(@D)