aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 03:37:52 +0000
committerbeppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-04-17 03:37:52 +0000
commit489710b1137b8e37331918848d06c1be1794e0e6 (patch)
tree3fec4cabf750f5487c67fc4a6f87ca1b993922e9
parent63a2a95e3e7aae455b531d725689a577885fae1d (diff)
downloadbusybox-w32-489710b1137b8e37331918848d06c1be1794e0e6.tar.gz
busybox-w32-489710b1137b8e37331918848d06c1be1794e0e6.tar.bz2
busybox-w32-489710b1137b8e37331918848d06c1be1794e0e6.zip
+ added a .PHONY: docs
target git-svn-id: svn://busybox.net/trunk/busybox@461 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 54db45c9b..753c52f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -105,8 +105,9 @@ busybox: $(OBJECTS)
105busybox.links: busybox.def.h 105busybox.links: busybox.def.h
106 - ./busybox.mkll | sort >$@ 106 - ./busybox.mkll | sort >$@
107 107
108.PHONY: docs
108docs: docs/busybox.pod 109docs: docs/busybox.pod
109 cd docs && $(MAKE) clean all 110 $(MAKE) -C docs clean all
110 111
111regexp.o nfsmount.o: %.o: %.h 112regexp.o nfsmount.o: %.o: %.h
112$(OBJECTS): %.o: busybox.def.h internal.h %.c 113$(OBJECTS): %.o: busybox.def.h internal.h %.c