aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/binutils/strip/Makefile4
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