aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 753c52f1b..77a0486e9 100644
--- a/Makefile
+++ b/Makefile
@@ -105,7 +105,6 @@ busybox: $(OBJECTS)
105busybox.links: busybox.def.h 105busybox.links: busybox.def.h
106 - ./busybox.mkll | sort >$@ 106 - ./busybox.mkll | sort >$@
107 107
108.PHONY: docs
109docs: docs/busybox.pod 108docs: docs/busybox.pod
110 $(MAKE) -C docs clean all 109 $(MAKE) -C docs clean all
111 110