diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-05-14 00:16:36 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-05-14 00:16:36 +0200 |
commit | 5199615b4c70dc3e00aaabd5f5d1676dd7bd1b53 (patch) | |
tree | 756f5e95e2111e71e39e54eed3ab4653c5f9e3e6 /mpf | |
parent | e86bedf856da6a6b5e75d5f91753910a6d8b8565 (diff) | |
download | gmp-5199615b4c70dc3e00aaabd5f5d1676dd7bd1b53.tar.gz |
Regenerate for:
* configure.in (CALLING_CONVENTIONS_OBJS): New AC_SUBST (for
mpn/tests/try).
Diffstat (limited to 'mpf')
-rw-r--r-- | mpf/Makefile.in | 1 | ||||
-rw-r--r-- | mpf/tests/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in index bd5a26d81..df81eca9d 100644 --- a/mpf/Makefile.in +++ b/mpf/Makefile.in @@ -70,6 +70,7 @@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ AWK = @AWK@ +CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ CC = @CC@ CCAS = @CCAS@ CPP = @CPP@ diff --git a/mpf/tests/Makefile.in b/mpf/tests/Makefile.in index aea220ac8..d55c9d010 100644 --- a/mpf/tests/Makefile.in +++ b/mpf/tests/Makefile.in @@ -70,6 +70,7 @@ AMTAR = @AMTAR@ AR = @AR@ AS = @AS@ AWK = @AWK@ +CALLING_CONVENTIONS_OBJS = @CALLING_CONVENTIONS_OBJS@ CC = @CC@ CCAS = @CCAS@ CPP = @CPP@ |