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

Makefile.am
Makefile.in

index 132f99b246088d6705d7cd970d01b658e450b95d..51032d30212c6022d097971e7695cf7164a1aa76 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
+       make --version || (echo you need to execute gnu make from the top level && exit)
 
 version: Makefile
        ./checkversion.sh
index 75c10685585f5a174e9e44bae7a239e9b2fce605..7dd60c828bb7be4cf244acda7a8a4fdaf2b67c6c 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
+       make --version || (echo you need to execute gnu make from the top level && exit)
 
 version: Makefile
        ./checkversion.sh