From cb07bbc3b855ac1ccf1b6ce9573d3d3e4fe8c432 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 30 Jan 2006 22:45:02 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@519 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 132f99b246..51032d3021 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/Makefile.in b/Makefile.in index 75c1068558..7dd60c828b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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