Work around bug in GNU make on OS/2: backslash before output
authorChris Hanson <org/chris-hanson/cph>
Thu, 3 Oct 1996 04:19:53 +0000 (04:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 3 Oct 1996 04:19:53 +0000 (04:19 +0000)
redirection seems to be generating a null-string argument which is
misinterpreted by findprim.

v7/src/microcode/os2utl/makefile.cmn

index 14c9463469e57fcbad2b11218fd3f5117bfbd786..9d9991fff2a2dee0fef8c885f835b80485e71219 100644 (file)
@@ -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