aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Beppu <beppu@lbox.org>2000-04-17 03:37:52 +0000
committerJohn Beppu <beppu@lbox.org>2000-04-17 03:37:52 +0000
commit3becdfc31635bec63b6cbefde148d9bd3f3678a1 (patch)
tree3fec4cabf750f5487c67fc4a6f87ca1b993922e9 /Makefile
parent53642b066c7340a73602d7fcfe6d2ebd80b3aa54 (diff)
downloadbusybox-3becdfc31635bec63b6cbefde148d9bd3f3678a1.tar.gz
+ added a .PHONY: docs
target
Diffstat (limited to 'Makefile')
-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)
busybox.links: busybox.def.h
- ./busybox.mkll | sort >$@
+.PHONY: docs
docs: docs/busybox.pod
- cd docs && $(MAKE) clean all
+ $(MAKE) -C docs clean all
regexp.o nfsmount.o: %.o: %.h
$(OBJECTS): %.o: busybox.def.h internal.h %.c