From: John Beppu Date: Mon, 17 Apr 2000 03:37:52 +0000 (-0000) Subject: + added a .PHONY: docs X-Git-Tag: 0_43~24 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3becdfc31635bec63b6cbefde148d9bd3f3678a1;p=oweals%2Fbusybox.git + added a .PHONY: docs target --- 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