X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c43afcbaf482a3e7227ca839633c0f7488944895..6f133ca42e6552b505996de7f9afcbc8d47cb4cb:/uip/mhbuild.c diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 020512d7..e8e74231 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -157,10 +157,10 @@ main (int argc, char **argv) case HELPSW: snprintf (buf, sizeof(buf), "%s [switches] file", invo_name); print_help (buf, switches, 1); - done (1); + done (0); case VERSIONSW: print_version(invo_name); - done (1); + done (0); case RCACHESW: icachesw = &rcachesw; @@ -254,11 +254,6 @@ main (int argc, char **argv) compfile = cp; } - set_endian (); - - if ((cp = getenv ("MM_NOASK")) && !strcmp (cp, "1")) - listsw = 0; - /* * Check if we've specified an additional profile */