From 5c1ed5bae25e6950e685f384ea1440a6d539fd95 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sat, 15 Nov 2008 13:38:02 +0000 Subject: * algebra/Makefile.pamphlet: Individual .spad files are .PRECIOUS. --- src/algebra/Makefile.pamphlet | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/algebra/Makefile.pamphlet') diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index 25269dd2..f6156809 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -1858,10 +1858,11 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT) @ <>= - +.PREVIOUS: %.spad .PRECIOUS: %.NRLIB/code.$(FASLEXT) %.NRLIB/code.$(FASLEXT): %.spad ${INTERPSYS} --strap=strap --system-algebra --optimize=2 --compile $< + @ <>= @@ -1869,6 +1870,7 @@ ${OUT}/%.$(FASLEXT): %.NRLIB/code.$(FASLEXT) # immediately available for AXIOMsys consumption. strap/%.$(FASLEXT): $(srcdir)/strap/%.lsp $(COMPILE_LISP) + @ <>= -- cgit v1.2.3