From 8b6dcaad8d789ec18f5af7d1b19b10ed5e031c94 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 1 Oct 2006 21:11:39 +0000 Subject: [PATCH] Fix another typo. --- v7/src/microcode/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/microcode/configure.ac b/v7/src/microcode/configure.ac index bb75e9b51..c47029b60 100644 --- a/v7/src/microcode/configure.ac +++ b/v7/src/microcode/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme microcode], [14.18], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.15 2006/10/01 20:56:45 cph Exp $]) +AC_REVISION([$Id: configure.ac,v 1.16 2006/10/01 21:11:39 cph Exp $]) AC_CONFIG_SRCDIR([boot.c]) AC_CONFIG_HEADERS([config.h]) AC_PROG_MAKE_SET @@ -876,10 +876,10 @@ else COMPILED_DEFS="-DCOMPILE_FOR_STATIC_LINKING" COMPILED_SOURCES="utabmd.c" for D in runtime sf cref star-parser compiler; do - COMPILED_SOURCES="${COMPILED_SOURCES} \$(wildcard ../${D}/*.c" + COMPILED_SOURCES="${COMPILED_SOURCES} \$(wildcard ../${D}/*.c)" done for D in back base fggen fgopt machines/C rtlbase rtlgen rtlopt; do - COMPILED_SOURCES="${COMPILED_SOURCES} \$(wildcard ../compiler/${D}/*.c" + COMPILED_SOURCES="${COMPILED_SOURCES} \$(wildcard ../compiler/${D}/*.c)" done CMPAUXMDO="cmpauxmd.o" fi -- 2.25.1