From 44c634744821fb115b3a850851b805df2c316cb3 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Wed, 22 Jun 2011 18:55:36 +0000 Subject: * boot/ast.boot (shoeEVALANDFILEACTQ): Remove. (bfMain): Don't use it. (translateToplevelExpression): Likewise. * interp/Makefile.in (stamp): $(AUTO) is no more. (all-interpsys): Likewise. --- src/interp/Makefile.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/interp') diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 501e50f4..73b7e13a 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -157,7 +157,7 @@ all: all-ax all-ax: stamp @echo finished $(srcdir) -stamp: $(AUTO) remove-stamp build-images +stamp: remove-stamp build-images $(STAMP) stamp .PHONY: remove-stamp @@ -168,7 +168,6 @@ remove-stamp: build-images: remove-stamp all-interpsys all-interpsys: - $(mkdir_p) $(AUTO) $(MAKE) $(SAVESYS) all-axiomsys: all-interpsys @@ -242,9 +241,6 @@ database.date: @ touch database.date -$(AUTO)/%.$(FASLEXT): %.$(FASLEXT) - @cp -p $< $@ - %.$(LNKEXT) %.$(FASLEXT): %.boot $(DRIVER) --execpath=$(BOOTSYS) --syslib=$(axiom_target_libdir) \ --compile --output=$@ --load-directory=. $< -- cgit v1.2.3