Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!MCC.COM!rfg From: rfg@MCC.COM (Ron Guilmette) Newsgroups: gnu.utils.bug Subject: another bison Makefile nit Message-ID: <8904112306.AA17912@riunite.aca.mcc.com> Date: 11 Apr 89 23:06:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 8 The commands for the install: target in the Bison Makefile should try to "rm -f" the files bison.simple and bison.hairy from the installation library directory before trying to copy them there. Elsewise, if they exist already you will get errors from the copy commands. // rfg