From: Chris Hanson Date: Thu, 3 Oct 1996 04:19:53 +0000 (+0000) Subject: Work around bug in GNU make on OS/2: backslash before output X-Git-Tag: 20090517-FFI~5376 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d28a347a9055eccadb013926b5dd2b9dd02954b2;p=mit-scheme.git Work around bug in GNU make on OS/2: backslash before output redirection seems to be generating a null-string argument which is misinterpreted by findprim. --- diff --git a/v7/src/microcode/os2utl/makefile.cmn b/v7/src/microcode/os2utl/makefile.cmn index 14c946346..9d9991fff 100644 --- a/v7/src/microcode/os2utl/makefile.cmn +++ b/v7/src/microcode/os2utl/makefile.cmn @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.cmn,v 1.8 1996/05/17 17:10:18 cph Exp $ +### $Id: makefile.cmn,v 1.9 1996/10/03 04:19:53 cph Exp $ ### ### Copyright (c) 1994-96 Massachusetts Institute of Technology ### @@ -286,8 +286,7 @@ usrdef.c : $(SCHEME_SOURCES) $(SOURCES) $(OS_PRIM_SOURCES) usrdef.tch \ bchdef.c : $(SCHEME_SOURCES) $(BCHSOURCES) $(OS_PRIM_SOURCES) usrdef.tch \ findprim.exe - .\findprim $(SCHEME_SOURCES) $(BCHSOURCES) $(OS_PRIM_SOURCES) \ - > bchdef.c + .\findprim $(SCHEME_SOURCES) $(BCHSOURCES) $(OS_PRIM_SOURCES) > bchdef.c cmpauxmd.$(ASM) : cmpauxmd.m4