aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2008-02-07 14:45:37 -0500
committerLuis R. Rodriguez <mcgrof@winlab.rutgers.edu>2008-02-08 00:41:10 -0500
commit1f82fd14e1d570cb715e21e41dfe7dfca66d5c2e (patch)
tree9c38c7a4249865e3e5bdd1540713d563f068c3c3
parent47ee8ae5cb00a87a6160f28f834aca146075a5a2 (diff)
downloadcompat-wireless-2.6-old-1f82fd14e1d570cb715e21e41dfe7dfca66d5c2e.tar.gz
Fix "make uninstall" - don't run athenable and b43enable unconditionally
athenable and b43enable are already run if they are installed. Don't run them unconditionally for the second time. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Luis R. Rodriguez <mcgrof@winlab.rutgers.edu>
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0219eff..f64f2f0 100644
--- a/Makefile
+++ b/Makefile
@@ -126,8 +126,6 @@ uninstall:
@depmod -ae
@if [ -x /usr/sbin/athenable ]; then /usr/sbin/athenable madwifi; fi
@if [ -x /usr/sbin/b43enable ]; then /usr/sbin/b43enable bcm43xx; fi
- @/usr/sbin/athenable madwifi
- @/usr/sbin/b43enable bcm43xx
@echo
@echo "Your old wireless subsystem modules were left intact:"
@echo