Use -ldvio instead of -lndvio.
authorChris Hanson <org/chris-hanson/cph>
Thu, 1 Oct 1992 19:01:44 +0000 (19:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 1 Oct 1992 19:01:44 +0000 (19:01 +0000)
v7/src/microcode/unxutl/y300.lcl

index 20f2ff51b7e606a698b91e0c0b2453097e8706ab..aee9374ecb4b1d9d447c94df9957ad3c6ddbd7a8 100644 (file)
@@ -1,6 +1,6 @@
 /* -*- C -*-
    Switzerland local additions to the makefile
-   $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.20 1992/02/04 16:00:13 jinx Exp $
+   $Id: y300.lcl,v 1.21 1992/10/01 19:01:44 cph Exp $
  */
 
 COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS)
@@ -27,9 +27,13 @@ COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJ
    libndvio.a is a copy of libdvio.a with __dup, ___fcntl, _ioctl, __open,
    __read, and __write defined to the same values as the names with
    only one underscore.
+
+   (We have since changed to a different release of HP-UX, and the new
+    release links without editing the library.  For now, we'll use the
+    original library.  -- CPH)
 */
 
-#if 0
+#if 1
 #define LIB_DVIO -ldvio
 #else
 #define LIB_DVIO -lndvio