aboutsummaryrefslogtreecommitdiff
path: root/src/interp/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-09-06 11:03:15 +0000
committerdos-reis <gdr@axiomatics.org>2007-09-06 11:03:15 +0000
commita5e61a3197d718059d54ff3d77410d97554fb0af (patch)
tree9651050106905fcbfe74832c5beb259ff292cc1b /src/interp/Makefile.in
parent3836b55f081fe196e8f7beecc674c5c8a1f98b35 (diff)
downloadopen-axiom-a5e61a3197d718059d54ff3d77410d97554fb0af.tar.gz
src/lisp
* core.lisp.pamphlet (|compileLispFile|): Tidy. src/interp * Makefile.pamphlet (boot-pkg.lisp): Remove rule. (diagnostics.boot): Likewise. (sys-globals.boot): Likewise. (sys-constants.boot): Likewise. * Makefile.in: Regenerate.
Diffstat (limited to 'src/interp/Makefile.in')
-rw-r--r--src/interp/Makefile.in21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 9567360f..07aaecc9 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -335,8 +335,6 @@ depsys_objects = nocompil.$(FASLEXT) bookvol5.$(FASLEXT) g-error.$(FASLEXT) \
fnewmeta.$(FASLEXT) clam.$(FASLEXT) \
slam.$(FASLEXT) g-boot.$(FASLEXT) c-util.$(FASLEXT) \
g-util.$(FASLEXT)
-VPATH =
-
${DEPSYS}: vmlisp.$(FASLEXT) \
@@ -452,25 +450,6 @@ ggreater.$(FASLEXT): ggreater.lisp vmlisp.$(FASLEXT)
vmlisp.$(FASLEXT): vmlisp.lisp
$(BOOTSYS) -- --compile --output=$@ $<
-
-## GCL-2.6.8pre has the following behaviour that it will
-## try to forcefully put the compiled code in the same directory
-## as the source. This is hardly what we want, especially when
-## the source file reside in non-writeable areas. Consequently,
-## we copy the source file to the current working directory --
-## until we find a better way to convince GCL to do the right thing.
-boot-pkg.lisp: $(srcdir)/boot-pkg.lisp
- cp $< $@
-
-diagnostics.boot: $(srcdir)/diagnostics.boot
- cp $< $@
-
-sys-globals.boot: $(srcdir)/sys-globals.boot
- cp $< $@
-
-sys-constants.boot: $(srcdir)/sys-constants.boot
- cp $< $@
-
.PHONY: all-axiomsys
all-axiomsys: ${AXIOMSYS}