Date: Wed, 20 Jun 2001 13:20:43 -0400 Message-Id: <200106201720.NAA01180@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <3B310087.7097.22C49@localhost> (pavenis@lanet.lv) Subject: Re: patch for src/libc/crt0/makefile References: <3B30B06C DOT 31375 DOT 95735D AT localhost> (pavenis AT lanet DOT lv) <3B310087 DOT 7097 DOT 22C49 AT localhost> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > ! $(XGCC) -MMD -c crt0.S -o crt0.o You don't need the "-o ..." in this case, because that's the default anyway. Otherwise, go ahead and commit it.