aboutsummaryrefslogtreecommitdiff
path: root/config/setup-dep.mk
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-24 10:45:31 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-24 10:45:31 +0000
commita3a5203b3605c9ed8c4f89dc97704415d0557359 (patch)
tree3b2ebd07f31bdb6b80b5108ab184934cd7cd4c8d /config/setup-dep.mk
parent9c14e01323f5076804740aa25d0d1384d25efb28 (diff)
downloadopen-axiom-a3a5203b3605c9ed8c4f89dc97704415d0557359.tar.gz
* config/setup-dep.mk ($(top_builddir)/libtool): Regenerate when
out of date. src/algebra/ * Makefile.pamphlet (DEPSYS): Remove. (COMPILE_LISP): New. (strap/%.o): Use it to compile cached Lisp files. src/interp/ * bookvol5.pamphlet (restart): Simplify. Handle command line arguments. src/lisp/ * core.lisp.in (|handleCommandLine|): Return truthvalue on success. Don't call $originalLispTopLevel. (|compileLispHandler|): Rename file to in-file. (|topLevel|): Exit only whne handleCommandLine indicates so.
Diffstat (limited to 'config/setup-dep.mk')
-rw-r--r--config/setup-dep.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/setup-dep.mk b/config/setup-dep.mk
index d16f2960..a99fb901 100644
--- a/config/setup-dep.mk
+++ b/config/setup-dep.mk
@@ -118,6 +118,9 @@ $(top_srcdir)/configure: $(top_srcdir)/configure.ac \
$(top_srcdir)/config/axiom.m4
cd $(top_srcdir) && $(AUTOCONF)
+$(top_builddir)/libtool: $(LIBTOOL_DEPS)
+ cd $(top_builddir) && $(SHELL) ./config.status --recheck
+
## Rules for regenerating Makefile.in from pamphlets.
$(srcdir)/Makefile.in: $(srcdir)/Makefile.pamphlet