use DYNAMIC_LIB_EXTEN on modwipe
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1082 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f029d97c64
commit
550a64e299
|
@ -189,7 +189,7 @@ installall: install install_mod
|
|||
wayclean: clean modclean
|
||||
|
||||
modwipe:
|
||||
rm -f $(PREFIX)/mod/*.so
|
||||
rm -f $(PREFIX)/mod/*.${DYNAMIC_LIB_EXTEN}
|
||||
|
||||
install_mod: modules
|
||||
@echo Installing $(NAME)
|
||||
|
|
|
@ -1079,7 +1079,7 @@ installall: install install_mod
|
|||
wayclean: clean modclean
|
||||
|
||||
modwipe:
|
||||
rm -f $(PREFIX)/mod/*.so
|
||||
rm -f $(PREFIX)/mod/*.${DYNAMIC_LIB_EXTEN}
|
||||
|
||||
install_mod: modules
|
||||
@echo Installing $(NAME)
|
||||
|
|
Loading…
Reference in New Issue