Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!shelby!apple!brutus.cs.uiuc.edu!tut.cis.ohio-state.edu!UUNET.UU.NET!kewill!bryan From: kewill!bryan@UUNET.UU.NET (Bryan Boreham) Newsgroups: gnu.gcc.bug Subject: move-if-change strangeness Message-ID: <8909131454.AA16407@edinburgh.kewill.uucp> Date: 13 Sep 89 14:54:45 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 I just got a shot of a SPARCstation for the first time (we have 3/50's running SunOS 3.5), and the make of gcc failed like this: mig% make [...] ./genflags md > tmp-insn-flags.h ./move-if-change tmp-insn-flags.h insn-flags.h ./move-if-change: test: argument expected *** Error code 1 make: Fatal error: Command failed for target `stamp-flags.h' Adding "#! /bin/sh" at the top of move-if-change made things work as expected. Bryan.