From 13e5c3f6bc5954bcb6b6a76672b1ae6850385179 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 23 Feb 2014 06:42:21 +0000 Subject: FASLEXT is now AC_SUBST --- src/Makefile.in | 2 +- src/algebra/Makefile.am | 3 --- src/algebra/Makefile.in | 5 +---- src/io/Makefile.in | 2 +- src/rt/Makefile.in | 2 +- src/syntax/Makefile.in | 2 +- 6 files changed, 5 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/Makefile.in b/src/Makefile.in index e9b7ecb7..fe45f1c0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -236,6 +236,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FASLEXT = @FASLEXT@ FGREP = @FGREP@ GCLOPTS = @GCLOPTS@ GREP = @GREP@ @@ -348,7 +349,6 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ -oa_fasl_type = @oa_fasl_type@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ diff --git a/src/algebra/Makefile.am b/src/algebra/Makefile.am index 6825f6d8..a44bed95 100644 --- a/src/algebra/Makefile.am +++ b/src/algebra/Makefile.am @@ -79,9 +79,6 @@ INPUT=../input STAMP = echo timestamp > -# Extension of the output file name returned by compile-file -FASLEXT = @oa_fasl_type@ - oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT) # Name of the driver to launch the compiler diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index e9254726..5ebcfb14 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -420,6 +420,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FASLEXT = @FASLEXT@ FGREP = @FGREP@ GCLOPTS = @GCLOPTS@ GREP = @GREP@ @@ -532,7 +533,6 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ -oa_fasl_type = @oa_fasl_type@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ @@ -585,9 +585,6 @@ DOC = $(oa_target_docdir)/src/algebra OUTSRC = $(oa_target_srcdir)/algebra INPUT = ../input STAMP = echo timestamp > - -# Extension of the output file name returned by compile-file -FASLEXT = @oa_fasl_type@ oa_hammer = $(top_builddir)/src/utils/hammer$(EXEEXT) # Name of the driver to launch the compiler diff --git a/src/io/Makefile.in b/src/io/Makefile.in index 4bf2aeee..2b0c7d32 100644 --- a/src/io/Makefile.in +++ b/src/io/Makefile.in @@ -233,6 +233,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FASLEXT = @FASLEXT@ FGREP = @FGREP@ GCLOPTS = @GCLOPTS@ GREP = @GREP@ @@ -345,7 +346,6 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ -oa_fasl_type = @oa_fasl_type@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ diff --git a/src/rt/Makefile.in b/src/rt/Makefile.in index 5ff44e8c..9cbce2df 100644 --- a/src/rt/Makefile.in +++ b/src/rt/Makefile.in @@ -233,6 +233,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FASLEXT = @FASLEXT@ FGREP = @FGREP@ GCLOPTS = @GCLOPTS@ GREP = @GREP@ @@ -345,7 +346,6 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ -oa_fasl_type = @oa_fasl_type@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ diff --git a/src/syntax/Makefile.in b/src/syntax/Makefile.in index 6c459782..56fcaf5a 100644 --- a/src/syntax/Makefile.in +++ b/src/syntax/Makefile.in @@ -233,6 +233,7 @@ ECHO_N = @ECHO_N@ ECHO_T = @ECHO_T@ EGREP = @EGREP@ EXEEXT = @EXEEXT@ +FASLEXT = @FASLEXT@ FGREP = @FGREP@ GCLOPTS = @GCLOPTS@ GREP = @GREP@ @@ -345,7 +346,6 @@ oa_enable_checking = @oa_enable_checking@ oa_enable_profiling = @oa_enable_profiling@ oa_enable_threads = @oa_enable_threads@ oa_eval_flags = @oa_eval_flags@ -oa_fasl_type = @oa_fasl_type@ oa_host_has_regex = @oa_host_has_regex@ oa_keep_files = @oa_keep_files@ oa_lisp_flavor = @oa_lisp_flavor@ -- cgit v1.2.3