From: Roland McGrath Date: Wed, 24 Mar 1993 20:13:56 +0000 (+0000) Subject: Formerly vpath.c.~10~ X-Git-Tag: 3.70.2~344 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=164dcdad2218596c1ba03226fcf7b819b2bce5f5;p=thirdparty%2Fmake.git Formerly vpath.c.~10~ --- diff --git a/vpath.c b/vpath.c index e58cf07c..33e92c7b 100644 --- a/vpath.c +++ b/vpath.c @@ -346,8 +346,12 @@ selective_vpath_search (path, file, mtime_ptr) /* Now add the name-within-directory at the end of NAME. */ if (n != name && n[-1] != '/') - *n = '/'; - bcopy (filename, n + 1, flen + 1); + { + *n = '/'; + bcopy (filename, n + 1, flen + 1); + } + else + bcopy (filename, n, flen + 1); if (not_target) /* Since *FILE is not a target, if the file is