From 7a49e65020d948cc98b22a43416efce3dcbeb238 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 8 Sep 2007 15:00:42 +0000 Subject: * configure.ac.pamphlet: Fix thinko. * config/var-def.mk (SYS): Remove. (AX_FLAGS): Likewise. src/interp/ * Makefile.pamphlet (makeint.lisp): Don't print SYS, LISP, BYE. (DEBUGSYS): Remove. (all-debugsys): Likewise. (<>): Likewise. * debugsys.lisp.pamphlet: Remove. --- config/var-def.mk | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config/var-def.mk') diff --git a/config/var-def.mk b/config/var-def.mk index ef7941ea..32e5c572 100644 --- a/config/var-def.mk +++ b/config/var-def.mk @@ -190,16 +190,8 @@ AXIOM = $(top_builddir)/target/$(target) ## Where to find OpenAxiom data bases. DAASE = $(axiom_src_datadir) -# What platform is this build for? The use of `export' below, -# as much as I dislike it is OK: we now require GNU Make. -SYS = $(target) -export SYS - TMP=$(axiom_builddir) -## Variables to export to sub-processes of Make -AX_FLAGS = SYS=$(SYS) - ## Shall we build GCL? axiom_include_gcl = @axiom_include_gcl@ -- cgit v1.2.3