diff options
author | dos-reis <gdr@axiomatics.org> | 2011-06-22 18:55:36 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-06-22 18:55:36 +0000 |
commit | 44c634744821fb115b3a850851b805df2c316cb3 (patch) | |
tree | fe4ec2e5b08a1dc953461785f0cd812286558f8b /src/interp | |
parent | 75b3d072dd6a56dbe7d4fc675082056c2f2b54b2 (diff) | |
download | open-axiom-44c634744821fb115b3a850851b805df2c316cb3.tar.gz |
* boot/ast.boot (shoeEVALANDFILEACTQ): Remove.
(bfMain): Don't use it.
(translateToplevelExpression): Likewise.
* interp/Makefile.in (stamp): $(AUTO) is no more.
(all-interpsys): Likewise.
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/Makefile.in | 6 |
1 files changed, 1 insertions, 5 deletions
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=. $< |