From a5e61a3197d718059d54ff3d77410d97554fb0af Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 6 Sep 2007 11:03:15 +0000 Subject: 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. --- src/interp/Makefile.in | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/interp/Makefile.in') 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} -- cgit v1.2.3