Use relative paths for make depend
This commit is contained in:
parent
d4b02eae4f
commit
6133970316
1 changed files with 3 additions and 3 deletions
6
Makefile
6
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::
|
||||
|
|
Loading…
Reference in a new issue