From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: joel@merlin.gcs.redstone.army.mil Cc: gas2@cygnus.com Subject: Re: config/mh-linux missing in gas-970127.tar.gz Date: Tue, 28 Jan 1997 12:40:00 -0000 Message-id: <199701282039.PAA22944@sanguine.cygnus.com> References: X-SW-Source: 1997/msg00012.html Date: Tue, 28 Jan 1997 14:26:20 -0600 (CST) From: "Joel Sherrill " I am doing a one tree build of ppc-rtems on an i486-linux host and switched from binutils 2.7 to gas-970127 and while configuring it complained about config/mh-linux which was present in 2.7 but is not in the latest snapshots. I copied the one from 2.7 into the snapshot and it appears to be building fine now. I don't think there is a bug here. The file mh-linux was intentionally removed, since it was useless. I am guessing that you are using the same object directory, and updated the sources, and didn't rerun configure, and got an error from Makefile telling you that mh-linux could not be found. The fix is to run ./config.status by hand. This will generate the correct Makefile with the correct dependencies. Although updating the sources with the same object directory will normally work, you can't assume that it will always work. Sometimes you must explicitly reconfigure. Ian