From: Guillermo J. Rozas Date: Sun, 21 Nov 1993 18:55:46 +0000 (+0000) Subject: Remove spurious #\= X-Git-Tag: 20090517-FFI~7457 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4a6774470f6700d804f607cbe0db27368a38288a;p=mit-scheme.git Remove spurious #\= --- diff --git a/v7/src/microcode/s/sunos4.h b/v7/src/microcode/s/sunos4.h index a6b52f10e..4d6d4fd4d 100644 --- a/v7/src/microcode/s/sunos4.h +++ b/v7/src/microcode/s/sunos4.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for SUNOS -$Id: sunos4.h,v 1.5 1993/11/19 22:21:33 cph Exp $ +$Id: sunos4.h,v 1.6 1993/11/21 18:55:46 gjr Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -42,4 +42,4 @@ MIT in each case. */ /* These definitions configure the microcode to support dynamic loading. */ #define SOURCES_SYSTEM pruxdld.c #define OBJECTS_SYSTEM pruxdld.o -#define LIBS_SYSTEM = -ld +#define LIBS_SYSTEM -ld