aboutsummaryrefslogtreecommitdiff
path: root/lib/libstand
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-10-26 21:20:23 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-10-26 21:20:23 +0000
commit3f5f44ebe8fdf8efe22b01d4bc57a8677f1ca177 (patch)
tree5d3f9c88e3dad08c8f88167a3fe73765b419b820 /lib/libstand
parenteb9053b12f317bc99d9e7733d0d18541d7d09e03 (diff)
downloadsrc-3f5f44ebe8fdf8efe22b01d4bc57a8677f1ca177.tar.gz
src-3f5f44ebe8fdf8efe22b01d4bc57a8677f1ca177.zip
Remove the -I../libc/${MACHINE_ARCH} that was there solely for
the #include "DEFS.h" that was only used on i386 (which has been fixed).
Notes
Notes: svn path=/head/; revision=85568
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 4fde5255eed9..84f4baf4256d 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -114,9 +114,6 @@ SRCS+= __udivdi3.S __udivsi3.S __umoddi3.S __umodsi3.S
SRCS+= _setjmp.S
.endif
-# really only required for i386
-CFLAGS+=-I${.CURDIR}/../libc/${MACHINE_ARCH}
-
# decompression functionality from libbz2
.PATH: ${.CURDIR}/../../contrib/bzip2
CFLAGS+=-I${.CURDIR}/../../contrib/bzip2 -DBZ_NO_STDIO -DBZ_NO_COMPRESS