summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-18 02:57:43 +0000
committerTim Potter <tpot@samba.org>2003-07-18 02:57:43 +0000
commit09f90ae63ead392c211eb5af94a965ffe6248e6a (patch)
tree5a6e0d50d06bf342fc3e3b0dccae74f3a52bcfaf /source3/Makefile.in
parente895bd2320fe71a95d7378ee5c6e45a2117cf903 (diff)
downloadsamba-09f90ae63ead392c211eb5af94a965ffe6248e6a.tar.gz
samba-09f90ae63ead392c211eb5af94a965ffe6248e6a.tar.bz2
samba-09f90ae63ead392c211eb5af94a965ffe6248e6a.zip
Uninstall modules as part of uninstall. Partial fix for 236.
We still don't uninstall swat or the man pages properly. (This used to be commit 90157b9bd3d4122e647faa48b17a44d63b07e32e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index e2cf94f55a..ffcd4a2872 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1185,7 +1185,7 @@ showlayout:
@echo " mandir: $(MANDIR)"
-uninstall: uninstallman uninstallbin uninstallscripts
+uninstall: uninstallman uninstallbin uninstallscripts uninstallmodules
uninstallman:
@$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(MANDIR) $(srcdir) $(man_langs)