diff options
| author | glass <glass@NetBSD.org> | 1993-10-23 03:09:55 +0000 |
|---|---|---|
| committer | glass <glass@NetBSD.org> | 1993-10-23 03:09:55 +0000 |
| commit | 32ec2aa7d4a6b1dff0126dbcf357cc475d774387 (patch) | |
| tree | 3185579724a4050844567b5304da508b17715cc3 /gnu | |
| parent | 9f8465b49c6b80ed318232289bf77272684d2391 (diff) | |
removed reference to $ARCH since those files are now under arch/`machine`
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/gcc2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc2/Makefile b/gnu/usr.bin/gcc2/Makefile index 56ab6c72b90..b1b10a9e1aa 100644 --- a/gnu/usr.bin/gcc2/Makefile +++ b/gnu/usr.bin/gcc2/Makefile @@ -1,5 +1,5 @@ -# $Id: Makefile,v 1.3 1993/08/23 09:20:24 cgd Exp $ +# $Id: Makefile,v 1.4 1993/10/23 03:09:55 glass Exp $ -SUBDIR= ${ARCH} common cc cpp cc1 cc1plus cc1obj libgcc #libobjc +SUBDIR= common cc cpp cc1 cc1plus cc1obj libgcc #libobjc .include <bsd.subdir.mk> |
