aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-16 08:22:32 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-16 08:22:32 +0000
commit01eda610b392297daceede0a1d5b9809665f7456 (patch)
treedc0fa896b94777d8453ecc5008e32f62b8123378 /src/interp
parentf98830d75127fccacf1be6b61f184a62633080cc (diff)
downloadopen-axiom-01eda610b392297daceede0a1d5b9809665f7456.tar.gz
* interp/Makefile.pamphlet (%.$(LNKEXT) %.$(FASLEXT)): Tidy.
(%.$(LNKEXT) %.$(FASLEXT)): Likewise.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/Makefile.in4
-rw-r--r--src/interp/Makefile.pamphlet4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index a0aa0311..67f93d18 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -241,10 +241,10 @@ database.date:
$(AUTO)/%.$(FASLEXT): %.$(FASLEXT)
@cp -p $< $@
-%.$(FASLEXT): %.boot
+%.$(LNKEXT) %.$(FASLEXT): %.boot
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
-%.$(FASLEXT): %.lisp
+%.$(LNKEXT) %.$(FASLEXT): %.lisp
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
## Translation to Fortran
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index d0eccf14..1f41f3e7 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -490,10 +490,10 @@ distclean-local: clean-local
$(AUTO)/%.$(FASLEXT): %.$(FASLEXT)
@cp -p $< $@
-%.$(FASLEXT): %.boot
+%.$(LNKEXT) %.$(FASLEXT): %.boot
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
-%.$(FASLEXT): %.lisp
+%.$(LNKEXT) %.$(FASLEXT): %.lisp
$(BOOTSYS) --compile --output=$@ --load-directory=. $<
## Translation to Fortran