1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 09:32:34 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@520 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-30 22:45:49 +00:00
parent cb07bbc3b8
commit 72c9c83557
2 changed files with 2 additions and 2 deletions

@ -107,7 +107,7 @@ CLEANFILES = src/include/switch_version.h
makecheck:
make --version || (echo you need to execute gnu make from the top level && exit)
make --version || (echo you need to execute gnu make from the top level && false)
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 && exit)
make --version || (echo you need to execute gnu make from the top level && false)
version: Makefile
./checkversion.sh