--- gforth/engine/Makefile.in 1998/12/22 23:11:30 1.16 +++ gforth/engine/Makefile.in 1998/12/25 22:50:49 1.17 @@ -76,7 +76,7 @@ ENGINE_FLAGS = @ENGINE_FLAGS@ -fno-defer DEBUGFLAG = @DEBUGFLAG@ CFLAGS = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" CFLAGS2 = $(DEBUGFLAG) -I$(srcdir)/../arch/$(machine) -I. -O4 -Wall $(SWITCHES) -DDEFAULTPATH=\"$(FORTHPATH)\" -FORTHKFLAGS= --die-on-signal -p ..$(PATHSEP)$(srcdir) -i ../$(kernel_fi) +FORTHKFLAGS= --die-on-signal -p "..$(PATHSEP)$(srcdir)" -i ../$(kernel_fi) FORTHK = ../gforth $(FORTHKFLAGS) #John Wavrik should use -Xlinker -N to get a writable text (executable)