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

View File

@ -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

View File

@ -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