diff options
author | Thomas Bushnell <tb@debian.org> | 2008-02-18 15:37:29 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:41 -0800 |
commit | 978a3689f0198999230fee96c037cf3f2f5207d9 (patch) | |
tree | 910512ad3fa92f22ccf6503c45768d6ae296dae0 /Makefile | |
parent | e9ed1ad5236ca6314136c4220ac672167b643fc5 (diff) | |
download | scm-978a3689f0198999230fee96c037cf3f2f5207d9.tar.gz scm-978a3689f0198999230fee96c037cf3f2f5207d9.zip |
Import Debian changes 5e5-2debian/5e5-2
scm (5e5-2) unstable; urgency=low
* continue.h: actually make the change mentioned in 5e5-1.
* Makefile: Likewise.
* xgen.scm: Likewise.
* scm.1: Likewise.
* build.scm: Likewise.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -89,7 +89,9 @@ ufiles = pre-crt0.c ecrt0.c gmalloc.c unexec.c unexelf.c unexhp9k800.c \ # unexnext.c unexnt.c unexsgi.c unexsni.c unexsunos4.c ofiles = scm.o time.o repl.o scl.o sys.o eval.o subr.o unif.o rope.o \ continue.o findexec.o script.o debug.o -# continue-ia64.o +ifeq ($(ARCH),ia64) +ofiles += continue-ia64.o +endif ifiles = Init$(VERSION).scm Transcen.scm Link.scm Macro.scm Macexp.scm \ Tscript.scm compile.scm Iedline.scm Idiffer.scm hobfiles = hobbit.scm scmhob.scm scmhob.h |