diff options
Diffstat (limited to 'mk/isastream.d')
| -rw-r--r-- | mk/isastream.d | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/isastream.d b/mk/isastream.d deleted file mode 100644 index 2dfe6f82..00000000 --- a/mk/isastream.d +++ /dev/null @@ -1,9 +0,0 @@ -libc_X.400: libc.a(isastream.o) -libc.a(isastream.o): $(OBJDIR)/isastream.o - @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$% - -$(OBJDIR)/isastream.o: src/stropts/isastream.c -$(OBJDIR)/isastream.o: - @echo " [CC] $@" - @mkdir -p $(@D) - @$(CC) -c -o $@ $(CFLAGS) src/stropts/isastream.c |
