diff options
author | Thomas Bushnell <tb@debian.org> | 2008-01-13 22:15:05 -0500 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:39 -0800 |
commit | f4724a372f685cc5487ed083a9311a8d05600ddc (patch) | |
tree | a7df779e60dc6ab0b174bd3eb1de508af84ff737 /Makefile | |
parent | 184a6ac199a512beca8b6bee1c9fd42ca23879eb (diff) | |
download | scm-debian/5e4-4.tar.gz scm-debian/5e4-4.zip |
Import Debian changes 5e4-4debian/5e4-4
scm (5e4-4) unstable; urgency=low
* continue.h: Fix spelling of STACK_GROWS_UP in change from 5e4-1.
* Makefile: Repeat change from 5e3-2.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -113,7 +113,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 |