aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54db45c9b..753c52f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -105,8 +105,9 @@ 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
108docs: docs/busybox.pod 109docs: docs/busybox.pod
109 cd docs && $(MAKE) clean all 110 $(MAKE) -C docs clean all
110 111
111regexp.o nfsmount.o: %.o: %.h 112regexp.o nfsmount.o: %.o: %.h
112$(OBJECTS): %.o: busybox.def.h internal.h %.c 113$(OBJECTS): %.o: busybox.def.h internal.h %.c