summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/conf/Makefile.sgi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-21 20:07:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2007-04-21 20:07:25 +0000
commitd251d5cab6e462c39b1dd4a1a7fd6620d868efd9 (patch)
tree26d2c81b800fbca00c72172485da39d2f76a8875 /sys/arch/sgi/conf/Makefile.sgi
parenteecc72d310a1278097afd021422ae4a8b5552bf0 (diff)
do not ignore linker failures; ok miod
Diffstat (limited to 'sys/arch/sgi/conf/Makefile.sgi')
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 97fe71b4105..50176afea68 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.14 2006/09/23 20:16:28 deraadt Exp $
+# $OpenBSD: Makefile.sgi,v 1.15 2007/04/21 20:07:24 deraadt Exp $
# Makefile for OpenBSD
#
@@ -99,7 +99,7 @@ SYSTEM_OBJ= locore.o ${OBJS} param.o ioconf.o \
#
SYSTEM_DEP= Makefile ${SYSTEM_OBJ}
SYSTEM_LD_HEAD= rm -f $@
-SYSTEM_LD= -@if [ X${DEBUG} = X-g ]; \
+SYSTEM_LD= @if [ X${DEBUG} = X-g ]; \
then strip=-X; \
else strip=-x; \
fi; \