diff options
| author | John Birrell <jb@FreeBSD.org> | 1998-05-11 09:26:39 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 1998-05-11 09:26:39 +0000 |
| commit | 292041e5f67a0503c100f0b1fb95c7c4b91309e3 (patch) | |
| tree | 011b4f51994da95ec82263e8f7522bd8e2cba5e2 /gnu/usr.bin/binutils/as | |
| parent | d3a03388805ce5d4f16b52f62ccfc98465c40659 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/binutils/as')
| -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 67dbb425204b..08434a7059ee 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} |
