summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2000-02-15 17:10:53 +0100
committerLinus Nordberg <linus@nordberg.se>2000-02-15 17:10:53 +0100
commitf099a61957fe468fbce1c3fc25b511f99a29417b (patch)
treeda8ceb4133484b15255c41dce81c9227783a3fce /mpf
parent948d21a776511fe4fadfb578f74df235e8ed8a80 (diff)
downloadgmp-f099a61957fe468fbce1c3fc25b511f99a29417b.tar.gz
*** empty log message ***
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.in1
-rw-r--r--mpf/tests/Makefile.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index f0d5e1391..7ea46f179 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -71,6 +71,7 @@ AR = @AR@
AS = @AS@
AWK = @AWK@
CC = @CC@
+CCAS = @CCAS@
CC_TEST = @CC_TEST@
CPP = @CPP@
CXX = @CXX@
diff --git a/mpf/tests/Makefile.in b/mpf/tests/Makefile.in
index 92a9a78e0..233d1dd39 100644
--- a/mpf/tests/Makefile.in
+++ b/mpf/tests/Makefile.in
@@ -71,6 +71,7 @@ AR = @AR@
AS = @AS@
AWK = @AWK@
CC = @CC@
+CCAS = @CCAS@
CC_TEST = @CC_TEST@
CPP = @CPP@
CXX = @CXX@