diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 01:01:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 01:01:09 +0000 |
commit | 4074a3b00151f14eb4b58f5bc6426a99322e036e (patch) | |
tree | 5576470d5be87545b623ea08947d8eb59eaa97bf /distrib/i386 | |
parent | a6f252377588d467fc6f3720f5c93f5d87e88959 (diff) |
no longer need to compile rdsetroot with DEBUG
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/i386/common/Makefile.inc b/distrib/i386/common/Makefile.inc index d4dc437f993..59073bb79de 100644 --- a/distrib/i386/common/Makefile.inc +++ b/distrib/i386/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.21 2008/01/11 10:16:40 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2008/12/02 01:01:07 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -87,7 +87,7 @@ rd_teardown: rm ${REALIMAGE} rdsetroot: ${TOP}/../common/elfrdsetroot.c - ${HOSTCC} -DDEBUG -o rdsetroot ${TOP}/../common/elfrdsetroot.c + ${HOSTCC} -o rdsetroot ${TOP}/../common/elfrdsetroot.c unconfig: -umount -f ${MOUNT_POINT} |