Date: Thu, 16 Jul 1998 16:09:34 -0400 (EDT) Message-Id: <199807162009.QAA19629@delorie.com> From: DJ Delorie To: ams AT ludd DOT luth DOT se CC: djgpp-workers AT delorie DOT com In-reply-to: <199807162007.WAA01542@sister.ludd.luth.se> (message from Martin Str|mberg on Thu, 16 Jul 1998 22:07:43 +0200 (MET DST)) Subject: Re: / <-> \ and ld (alpha980712) (sigh!) Precedence: bulk Try this way in src/makefile.inc ifeq ($(LIBGCCA),) LIBGCCA := $(shell $(CROSS_GCC) -print-file-name=libgcc.a) + LIBGCCA := $(subst \,/,$(LIBGCCA)) export LIBGCCA endif