update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
603c61043a
commit
cb07bbc3b8
|
@ -107,7 +107,7 @@ CLEANFILES = src/include/switch_version.h
|
|||
|
||||
|
||||
makecheck:
|
||||
make --version || echo you need to execute gnu make from the top level
|
||||
make --version || (echo you need to execute gnu make from the top level && exit)
|
||||
|
||||
version: Makefile
|
||||
./checkversion.sh
|
||||
|
|
|
@ -984,7 +984,7 @@ uninstall-info: uninstall-info-recursive
|
|||
|
||||
|
||||
makecheck:
|
||||
make --version || echo you need to execute gnu make from the top level
|
||||
make --version || (echo you need to execute gnu make from the top level && exit)
|
||||
|
||||
version: Makefile
|
||||
./checkversion.sh
|
||||
|
|
Loading…
Reference in New Issue