+ added a .PHONY: docs
authorJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 03:37:52 +0000 (03:37 -0000)
committerJohn Beppu <beppu@lbox.org>
Mon, 17 Apr 2000 03:37:52 +0000 (03:37 -0000)
  target

Makefile

index 54db45c9b31b5f35519f9559f92610a3e9ecc0a5..753c52f1b89d9487f5180c0cd398cb62fe9be3c1 100644 (file)
--- 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