summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2009-12-11 21:43:39 -0800
committerLuis R. Rodriguez <lrodriguez@atheros.com>2009-12-11 21:43:39 -0800
commit27ce286e1edc14b526390c7f766ee4319613d172 (patch)
tree1d08ba76bfe03e5c0f68dc148c11304d22d5f4c9 /Makefile
parentc03718fcfa29d982d2950ac56959750211091ce4 (diff)
Remove -e from depmod
Its not required. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bb07bbac..66790f2a 100644
--- a/Makefile
+++ b/Makefile
@@ -115,7 +115,7 @@ install-scripts:
@# the updates/ dir which is what we use so we add one for it
@# (or any other distribution that doens't have this).
@./scripts/check_depmod
- @/sbin/depmod -ae
+ @/sbin/depmod -a
@echo
@echo "Currently detected wireless subsystem modules:"
@echo
@@ -204,7 +204,7 @@ uninstall:
@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom/eeprom_93cx6.ko*
@rm -f $(KLIB)/$(KMODDIR)/drivers/misc/eeprom_93cx6.ko*
@rm -f $(KLIB)/$(KMODDIR)/drivers/net/b44.ko*
- @/sbin/depmod -ae
+ @/sbin/depmod -a
@echo
@echo "Your old wireless subsystem modules were left intact:"
@echo