summaryrefslogtreecommitdiff
path: root/mk/grantpt.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/grantpt.d')
-rw-r--r--mk/grantpt.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/grantpt.d b/mk/grantpt.d
index 72148019..4d36c55f 100644
--- a/mk/grantpt.d
+++ b/mk/grantpt.d
@@ -3,6 +3,7 @@ libc.a(grantpt.o): $(OBJDIR)/grantpt.o
@$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
$(OBJDIR)/grantpt.o: src/stdlib/grantpt.c
+$(OBJDIR)/grantpt.o: src/stdlib/_stdlib.h
$(OBJDIR)/grantpt.o:
@echo " [CC] $@"
@mkdir -p $(@D)