diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-01 23:05:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2013-11-01 23:05:04 +0000 |
commit | 0ecab38d7c148357a1997b801b40770b398ee993 (patch) | |
tree | c8ddb978c0995e849579fc65d62960ba0819359b | |
parent | 322abb4c4753d25cda290c958dd595a0e6c746ba (diff) |
Provide -I's to reach the gdtoa directory for .h files
-rw-r--r-- | distrib/special/libstubs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/special/libstubs/Makefile b/distrib/special/libstubs/Makefile index 979ce6a9d0c..974b197f811 100644 --- a/distrib/special/libstubs/Makefile +++ b/distrib/special/libstubs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2013/03/28 16:43:08 eric Exp $ +# $OpenBSD: Makefile,v 1.11 2013/11/01 23:05:03 deraadt Exp $ .include <bsd.own.mk> LIB= stubs @@ -32,6 +32,7 @@ NOMAN= 1 CFLAGS+=-D__DBINTERFACE_PRIVATE -DSHA256_ONLY -UYP -I${LIBCSRCDIR}/include \ -DNO_LOG_BAD_DNS_RESPONSES -I${LIBCSRCDIR}/locale \ + -I${LIBCSRCDIR}/gdtoa -I${LIBCSRCDIR}/arch/${MACHINE_ARCH}/gdtoa \ -I${LIBCSRCDIR}/stdio -DFLOATING_POINT CFLAGS+=-I${LIBCSRCDIR}/asr -DASRNODEBUG |