]> Zhao Yanbai Git Server - minix.git/commitdiff
Use relative paths for make depend
authorPhilip Homburg <philip@cs.vu.nl>
Wed, 29 Jun 2005 15:26:10 +0000 (15:26 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Wed, 29 Jun 2005 15:26:10 +0000 (15:26 +0000)
Makefile

index 5f099d97d0ebf9611dce86ea1011b8fab28700ee..afbc4a3e70a50ec36d3f8860cca71f4493601930 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -40,9 +40,9 @@ install::
        cd commands && $(MAKE) $@
 
 depend::
-       /usr/bin/mkdep /usr/src/kernel
-       /usr/bin/mkdep /usr/src/servers
-       /usr/bin/mkdep /usr/src/drivers
+       /usr/bin/mkdep kernel
+       /usr/bin/mkdep servers
+       /usr/bin/mkdep drivers
 
 
 clean::