git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@519 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-01-30 22:45:02 +00:00
parent 603c61043a
commit cb07bbc3b8
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
make --version || (echo you need to execute gnu make from the top level && exit)
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
make --version || (echo you need to execute gnu make from the top level && exit)
version: Makefile
./checkversion.sh