X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=e8e74231b53edd2bcdc2beb949ea31ff247c4375;hb=d8c7d4f2c785d35cebd5ea64213a335561a57f7d;hp=020512d77111f421ece58af480b2dde5e8eef759;hpb=c43afcbaf482a3e7227ca839633c0f7488944895;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 020512d..e8e7423 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 */