From: John Beppu Date: Mon, 17 Apr 2000 04:41:15 +0000 (-0000) Subject: - got rid of the .PHONY: docs, because I didn't want it to X-Git-Tag: 0_43~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=200be97e36dc9b4ba624781c0e1b251fd4bb222d;p=oweals%2Fbusybox.git - got rid of the .PHONY: docs, because I didn't want it to generate the qw(man html txt) documentation every time I ran make. Unfortunately, "make docs" never amounts to anything, because make sees the docs/ directory and thinks, "oh, I don't have to do any work". Maybe the target should be "doc" to make it different from "docs"? --- diff --git a/Makefile b/Makefile index 753c52f1b..77a0486e9 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,6 @@ busybox: $(OBJECTS) busybox.links: busybox.def.h - ./busybox.mkll | sort >$@ -.PHONY: docs docs: docs/busybox.pod $(MAKE) -C docs clean all