From: Andre Noll Date: Tue, 18 Mar 2008 22:59:26 +0000 (+0100) Subject: Makefile: Get rid of the unnamed opts. X-Git-Tag: v0.0.3~4 X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=commitdiff_plain;h=0e6557589a9ae0fc1e30aa3aef29d2d5c0ab3529 Makefile: Get rid of the unnamed opts. --- diff --git a/Makefile b/Makefile index b2d6fd1..cc286a7 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ dss: $(dss_objects) convert $< $@ cmdline.c cmdline.h: dss.ggo - gengetopt --unamed-opts=command --conf-parser < $< + gengetopt --conf-parser < $< dss.1: dss help2man -N ./$< > $@