forked from Mirrors/freeswitch
add reconf target
This commit is contained in:
parent
831832c2c6
commit
a17be38e07
|
@ -640,6 +640,11 @@ python-reconf:
|
||||||
rm -f src/mod/languages/mod_python/Makefile
|
rm -f src/mod/languages/mod_python/Makefile
|
||||||
./config.status
|
./config.status
|
||||||
|
|
||||||
|
reconf:
|
||||||
|
rm config.cache
|
||||||
|
sh ./config.status --recheck
|
||||||
|
sh ./config.status
|
||||||
|
|
||||||
srtp-reconf:
|
srtp-reconf:
|
||||||
cd libs/srtp && $(MAKE) clean
|
cd libs/srtp && $(MAKE) clean
|
||||||
cd libs/srtp && sh ./config.status --recheck
|
cd libs/srtp && sh ./config.status --recheck
|
||||||
|
|
Loading…
Reference in New Issue