Added path to depmod call.

This commit is contained in:
mark 2000-03-07 17:04:06 +00:00
parent 26d9d30a6c
commit b20218fe2a
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ clean:
install:
set -e; for d in $(DIRS); do $(MAKE) -C $$d install ; done
depmod -a
/sbin/depmod -a
config:
@touch config.mk