]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 30 Jan 2006 22:45:49 +0000 (22:45 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 30 Jan 2006 22:45:49 +0000 (22:45 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@520 d0543943-73ff-0310-b7d9-9358b9ac24b2

Makefile.am
Makefile.in

index 51032d30212c6022d097971e7695cf7164a1aa76..707cb6757653d88a01c9312a51c65342314f3512 100644 (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
index 7dd60c828bb7be4cf244acda7a8a4fdaf2b67c6c..a43a709c3951e2996f72e90218a125a026ab8b29 100644 (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