From 4a6774470f6700d804f607cbe0db27368a38288a Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 21 Nov 1993 18:55:46 +0000 Subject: [PATCH] Remove spurious #\= --- v7/src/microcode/s/sunos4.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1