From 3f5f44ebe8fdf8efe22b01d4bc57a8677f1ca177 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 26 Oct 2001 21:20:23 +0000 Subject: 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). --- lib/libstand/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/libstand') 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 -- cgit v1.2.3