aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2004-02-27 00:16:56 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2004-02-27 00:16:56 +0000
commit7664e6f81cfba660cbd5c4f6a353285f6ab755c2 (patch)
tree42705ab62146dc97d605e8794ec2ee20848a2e0a /boehm-gc/include
parent2b390edc6559d1f959a619b863caa8f7a87bc8cd (diff)
downloadgcc-7664e6f81cfba660cbd5c4f6a353285f6ab755c2.zip
gcc-7664e6f81cfba660cbd5c4f6a353285f6ab755c2.tar.gz
gcc-7664e6f81cfba660cbd5c4f6a353285f6ab755c2.tar.bz2
configure.in: Add CCAS, CCASFLAGS for future automakes.
* configure.in: Add CCAS, CCASFLAGS for future automakes. * configure, Makefile.in, include/Makefile.in: Regenerate. From-SVN: r78540
Diffstat (limited to 'boehm-gc/include')
-rw-r--r--boehm-gc/include/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/boehm-gc/include/Makefile.in b/boehm-gc/include/Makefile.in
index 27734fc..4390926 100644
--- a/boehm-gc/include/Makefile.in
+++ b/boehm-gc/include/Makefile.in
@@ -66,6 +66,8 @@ target_triplet = @target@
AR = @AR@
AS = @AS@
CC = @CC@
+CCAS = @CCAS@
+CCASFLAGS = @CCASFLAGS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CXX = @CXX@