summaryrefslogtreecommitdiff
path: root/mk/step.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/step.d')
-rw-r--r--mk/step.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/step.d b/mk/step.d
deleted file mode 100644
index e1876a62..00000000
--- a/mk/step.d
+++ /dev/null
@@ -1,9 +0,0 @@
-libc_X.4: libc.a(step.o)
-libc.a(step.o): $(OBJDIR)/step.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/step.o: src/regexp/step.c
-$(OBJDIR)/step.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/regexp/step.c