From dde1d6cafe2f76afe5630949336d492b0c60a4fb Mon Sep 17 00:00:00 2001 From: discomfitor Date: Fri, 18 Mar 2011 18:58:12 +0000 Subject: [PATCH] use return 0 on success exit git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@57855 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/epp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/epp/Makefile.am b/src/bin/epp/Makefile.am index 2d3f3aa..c74430c 100644 --- a/src/bin/epp/Makefile.am +++ b/src/bin/epp/Makefile.am @@ -40,7 +40,7 @@ $(CWARNFLAGS) DEFS= \ -DHAVE_STRERROR \ -DFATAL_EXIT_CODE=1 \ --DSUCCESS_EXIT_CODE=1 \ +-DSUCCESS_EXIT_CODE=0 \ -DGCC_INCLUDE_DIR=\"/usr/include\" \ -DGPLUSPLUS_INCLUDE_DIR=\"/usr/include\" \ -DTOOL_INCLUDE_DIR=\"/usr/bin\" \ -- 2.7.4