summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-10-26 21:20:23 +0000
committerpeter <peter@FreeBSD.org>2001-10-26 21:20:23 +0000
commit3f40eb9fd53858048b455ea565ccfd0b0fecdd6d (patch)
tree5d3f9c88e3dad08c8f88167a3fe73765b419b820 /lib
parent14e9bfa8fe88e6350016240194199cefbd2c3d47 (diff)
downloadFreeBSD-src-3f40eb9fd53858048b455ea565ccfd0b0fecdd6d.zip
FreeBSD-src-3f40eb9fd53858048b455ea565ccfd0b0fecdd6d.tar.gz
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/libstand/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 4fde525..84f4baf 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
OpenPOWER on IntegriCloud