From: Guillermo J. Rozas Date: Sun, 21 Nov 1993 18:58:05 +0000 (+0000) Subject: Add missing l in dynamic library name. X-Git-Tag: 20090517-FFI~7456 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=4e2183af1adee75769e0482fc7d1bbd576fd7308;p=mit-scheme.git Add missing l in dynamic library name. --- 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