diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-30 02:03:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-12-30 02:03:50 +0000 |
commit | 9602ac750dc47fa055e2f4afdf856f650f5fa717 (patch) | |
tree | aa7457a20f73abafec751124f5d54f15e0c1f066 /sys/arch/amd64/stand | |
parent | eba90c397238078d4145046f9f6056ced60b52a2 (diff) |
Now that errno.h and sys/errno.h are separate header files there is no
need to use the -Derrno=errno workaround added when __errno() was
introduced. OK deraadt@
Diffstat (limited to 'sys/arch/amd64/stand')
-rw-r--r-- | sys/arch/amd64/stand/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/Makefile.inc b/sys/arch/amd64/stand/Makefile.inc index 58a514b8efa..7ef3710014d 100644 --- a/sys/arch/amd64/stand/Makefile.inc +++ b/sys/arch/amd64/stand/Makefile.inc @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile.inc,v 1.3 2004/07/24 17:39:27 millert Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2005/12/30 02:03:48 millert Exp $ CFLAGS=${DEBUG} ${COPTS} -Os -Wall -Werror CFLAGS+= -fno-stack-protector -CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} -Derrno=errno +CPPFLAGS+=-I${S} -I${SADIR}/libsa -I. -I${.CURDIR} SACFLAGS=-D_STANDALONE DEBUGLIBS=no DEBUGFLAGS= |