+ added a .PHONY: docs

target
This commit is contained in:
John Beppu 2000-04-17 03:37:52 +00:00
parent 53642b066c
commit 3becdfc316

View File

@ -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