changeset 165:324699d56429

Even more defensive command-line checking: Make gengetopt generate code that doesn't exit on error, so that the careful calls to error() as appropriate in audioDB.cpp actually stand a chance of working.
author mas01cr
date Tue, 06 Nov 2007 10:52:32 +0000
parents 218106b4db14
children ea6936b82915
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Mon Nov 05 10:54:53 2007 +0000
+++ b/Makefile	Tue Nov 06 10:52:32 2007 +0000
@@ -19,7 +19,7 @@
 	./${EXECUTABLE} --help > HELP.txt
 
 cmdline.c cmdline.h: gengetopt.in
-	${GENGETOPT} <gengetopt.in
+	${GENGETOPT} -e <gengetopt.in
 
 soapServer.cpp soapClient.cpp soapC.cpp: audioDBws.h
 	${SOAPCPP2} audioDBws.h