projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92ef8a6
)
Correct serious flaw in the top-level Makefile.
author
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 30 Jan 2012 21:34:52 +0000
(21:34 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Mon, 30 Jan 2012 21:34:52 +0000
(21:34 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@353319
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
a2c4fc9
..
9ca498c
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-892,7
+892,7
@@
uninstall: _uninstall
@echo " +-------------------------------------------+"
uninstall-all: _uninstall
- rm -rf "$(DESTDIR)$(ASTLIBDIR)"
+ rm -rf "$(DESTDIR)$(ASTMODDIR)"
rm -rf "$(DESTDIR)$(ASTVARLIBDIR)"
rm -rf "$(DESTDIR)$(ASTDATADIR)"
rm -rf "$(DESTDIR)$(ASTSPOOLDIR)"