summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-06-07 23:14:27 +0200
committerKevin Ryde <user42@zip.com.au>2001-06-07 23:14:27 +0200
commitaed3e7d93f6ef437b3e74029a56de52e91acead9 (patch)
treedcb90301c854a4140da6a2b28d90d45a019bea99 /Makefile.in
parent6a164d81483ba55e73e2d15d2639af6c80455e14 (diff)
downloadgmp-aed3e7d93f6ef437b3e74029a56de52e91acead9.tar.gz
Regenerate for:
Amend to: * Makefile.am, mpz/Makefile.am, mpq/Makefile.am, mpf/Makefile.am, mpbsd/Makefile.am (INCLUDES): Set -D__GMP_WITHIN_GMP.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index fd9f2d1d0..4275af6c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -190,7 +190,7 @@ DISTCLEANFILES = $(nodist_include_HEADERS) asm-syntax.h config.m4 \
MOSTLYCLEANFILES = gmp.tmp
# Tell gmp.h it's building gmp, not an application, used by windows DLL stuff.
-AM_CPPFLAGS = -D__GMP_WITHIN_GMP
+INCLUDES = -D__GMP_WITHIN_GMP
MPF_OBJECTS = mpf/init$U.lo mpf/init2$U.lo mpf/set$U.lo mpf/set_ui$U.lo \
mpf/set_si$U.lo mpf/set_str$U.lo mpf/set_d$U.lo mpf/set_z$U.lo \