2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 13:02:11 +00:00
[SVN r16781]
This commit is contained in:
Dave Abrahams
2003-01-07 16:23:31 +00:00
parent 7060417b86
commit edde5bee2d
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ local rule dump-test ( )
local file = $(files[1]:R=$(SUBDIR_TOKENS:J=/) ;
# try to undo absolute paths
source-files += [ relative-path $(file)) ] ;
source-files += [ relative-path $(file) ] ;
}
}

View File

@@ -98,7 +98,7 @@ local rule dump-test ( )
local file = $(files[1]:R=$(SUBDIR_TOKENS:J=/) ;
# try to undo absolute paths
source-files += [ relative-path $(file)) ] ;
source-files += [ relative-path $(file) ] ;
}
}