diff options
author | jb <jb@FreeBSD.org> | 1998-05-11 09:26:39 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-11 09:26:39 +0000 |
commit | 56f89354f8009b1dba469fbda42401656fc5f9b7 (patch) | |
tree | f2350c70045f9f84127e20e836d16b482af7e791 /gnu | |
parent | 655e9a55d2edbd0647d08670c1f71fcb6bfc91f4 (diff) | |
download | FreeBSD-src-56f89354f8009b1dba469fbda42401656fc5f9b7.zip FreeBSD-src-56f89354f8009b1dba469fbda42401656fc5f9b7.tar.gz |
Make a path absolute.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/as/Makefile.inc0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/as/Makefile.inc0 b/gnu/usr.bin/binutils/as/Makefile.inc0 index 67dbb42..08434a7 100644 --- a/gnu/usr.bin/binutils/as/Makefile.inc0 +++ b/gnu/usr.bin/binutils/as/Makefile.inc0 @@ -1,8 +1,8 @@ # -# $Id: Makefile,v 1.2 1998/03/12 06:51:48 jb Exp $ +# $Id: Makefile.inc0,v 1.1 1998/05/05 08:53:27 jb Exp $ # -.include "../../Makefile.inc0" +.include "${.CURDIR}/../../Makefile.inc0" RELTOP:= ../${RELTOP} |