From 4e2183af1adee75769e0482fc7d1bbd576fd7308 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sun, 21 Nov 1993 18:58:05 +0000 Subject: [PATCH] Add missing l in dynamic library name. --- 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 4d6d4fd4d..11ef15264 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.6 1993/11/21 18:55:46 gjr Exp $ +$Id: sunos4.h,v 1.7 1993/11/21 18:58:05 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 -ldl -- 2.25.1