Fix problem that caused trouble with debugging information when Scheme
authorChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 20:49:59 +0000 (20:49 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 29 Nov 1993 20:49:59 +0000 (20:49 +0000)
was installed on a different device from that on which it was built.

v7/src/runtime/infutl.scm
v8/src/runtime/infutl.scm

index 5b3038da57a1d00baa3ee21c3d7e3f11b3305d07..e8a60c754c25b9f04a403b95eea97f577c30698b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.53 1993/11/21 06:56:26 cph Exp $
+$Id: infutl.scm,v 1.54 1993/11/29 20:49:59 cph Exp $
 
 Copyright (c) 1988-93 Massachusetts Institute of Technology
 
@@ -301,7 +301,7 @@ MIT in each case. |#
      (if rule
         (merge-pathnames
          (pathname-new-directory
-          pathname
+          (file-pathname pathname)
           (cons 'RELATIVE
                 (list-tail (pathname-directory pathname)
                            (length (pathname-directory (car rule))))))
index 5b3038da57a1d00baa3ee21c3d7e3f11b3305d07..e8a60c754c25b9f04a403b95eea97f577c30698b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: infutl.scm,v 1.53 1993/11/21 06:56:26 cph Exp $
+$Id: infutl.scm,v 1.54 1993/11/29 20:49:59 cph Exp $
 
 Copyright (c) 1988-93 Massachusetts Institute of Technology
 
@@ -301,7 +301,7 @@ MIT in each case. |#
      (if rule
         (merge-pathnames
          (pathname-new-directory
-          pathname
+          (file-pathname pathname)
           (cons 'RELATIVE
                 (list-tail (pathname-directory pathname)
                            (length (pathname-directory (car rule))))))