diff options
| author | tv <tv@NetBSD.org> | 1999-02-02 22:05:58 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-02 22:05:58 +0000 |
| commit | 19b7fecf53f7acdd6df5ad2873c8d18323e0a137 (patch) | |
| tree | 724b370cf26ade82075d96b34039260242e73811 /gnu/usr.bin/binutils/objcopy | |
| parent | 34923965e09df8f69ef529381945a757aed41f74 (diff) | |
Get rid of !powerpc cruft.
Diffstat (limited to 'gnu/usr.bin/binutils/objcopy')
| -rw-r--r-- | gnu/usr.bin/binutils/objcopy/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/objcopy/Makefile b/gnu/usr.bin/binutils/objcopy/Makefile index eba414b23f6..ce91b9d481e 100644 --- a/gnu/usr.bin/binutils/objcopy/Makefile +++ b/gnu/usr.bin/binutils/objcopy/Makefile @@ -1,11 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/07/29 19:18:27 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 1999/02/02 22:06:00 tv Exp $ -# XXX until our binutils is upgraded -.if (${MACHINE_ARCH} != "powerpc") PROG= objcopy SRCS= objcopy.c not-strip.c -.endif - MAN= objcopy.1 .include <bsd.prog.mk> |
