diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-01-08 10:33:12 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-01-08 10:33:12 +0000 |
| commit | 1a180222e0557f08e903d913594f9db3b7a8cffb (patch) | |
| tree | 0bf104a324ce971c0a8896eea3937976448929b4 /gnu/usr.bin | |
| parent | bed7bf35a21d8706244dfc307531f724ffecb927 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/strip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/strip/Makefile b/gnu/usr.bin/binutils/strip/Makefile index 455de6d6a0d7..13cc895720fd 100644 --- a/gnu/usr.bin/binutils/strip/Makefile +++ b/gnu/usr.bin/binutils/strip/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.3 1998/03/12 02:55:43 jdp Exp $ +# $Id: Makefile,v 1.4 1998/06/03 18:01:04 peter Exp $ # .include "../Makefile.inc0" @@ -24,7 +24,7 @@ maybe_stripped: strip cp strip maybe_stripped .if defined(STRIP) .if ${STRIP:M-s} != "" - strip maybe_stripped + -strip maybe_stripped .endif .endif |
