diff options
author | John Beppu <beppu@lbox.org> | 2000-04-17 03:37:52 +0000 |
---|---|---|
committer | John Beppu <beppu@lbox.org> | 2000-04-17 03:37:52 +0000 |
commit | 3becdfc31635bec63b6cbefde148d9bd3f3678a1 (patch) | |
tree | 3fec4cabf750f5487c67fc4a6f87ca1b993922e9 /Makefile | |
parent | 53642b066c7340a73602d7fcfe6d2ebd80b3aa54 (diff) | |
download | busybox-3becdfc31635bec63b6cbefde148d9bd3f3678a1.tar.gz |
+ added a .PHONY: docs
target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |