diff options
Diffstat (limited to 'mk/grantpt.d')
-rw-r--r-- | mk/grantpt.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/grantpt.d b/mk/grantpt.d deleted file mode 100644 index 401470ca..00000000 --- a/mk/grantpt.d +++ /dev/null @@ -1,9 +0,0 @@ -libc_X.400: libc.a(grantpt.o) -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: - @mkdir -p $(@D) - $(CC) -c -o $@ $(CFLAGS) src/stdlib/grantpt.c |