Makefile: Get rid of the unnamed opts.
[dss.git] / Makefile
index b2d6fd13eb8d0c60205a5ffd2583e6caafcf6b91..cc286a7b068c601894346b0269b51af784a35807 100644 (file)
--- 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 ./$< > $@