From 3becdfc31635bec63b6cbefde148d9bd3f3678a1 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Mon, 17 Apr 2000 03:37:52 +0000 Subject: [PATCH] + added a .PHONY: docs target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1