aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:27:46 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:39:27 -0800
commitde4bf7842af8a848272089e9be5f7b5d9f152155 (patch)
tree4e4d066a4d2d8d655b2fba6e07fc52f9be6c0cb9 /Makefile
parentd62f83b350bbe13ff1340ccc9d0ef34787550bc8 (diff)
downloadscm-de4bf7842af8a848272089e9be5f7b5d9f152155.tar.gz
scm-de4bf7842af8a848272089e9be5f7b5d9f152155.zip
we've switched to quilt; remove .pc directory
... and remove applied patches.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index cd6390b..1477c86 100644
--- a/Makefile
+++ b/Makefile
@@ -89,9 +89,7 @@ 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
-ifeq ($(ARCH),ia64)
-ofiles += continue-ia64.o
-endif
+# continue-ia64.o
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
@@ -448,7 +446,7 @@ platform.txi: build.scm
> platform.txi
features.txi: build build.scm
$(SCMLIT) -l build -e"(make-features-txi)"
-scm.info: $(texifiles) features.txi platform.txi
+scm.info: $(texifiles)
makeinfo scm.texi --no-split -o scm.info
mv scm.info scm-$(VERSION).info
if [ -f $(PREVDOCS)scm.info ]; \