summaryrefslogtreecommitdiff
path: root/amiga/dist/Install
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-03-28 21:23:26 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-03-28 21:23:26 +0000
commit483b86e713c1f149300e8b3c29600138cc6da1b1 (patch)
treefb1f7662e6b054649197136b88ab4cf8c0d8aa8c /amiga/dist/Install
parent15143dfda653b8131e0fc674a5eee8a2c50023b2 (diff)
downloadnetsurf-483b86e713c1f149300e8b3c29600138cc6da1b1.tar.gz
netsurf-483b86e713c1f149300e8b3c29600138cc6da1b1.tar.bz2
Add sobjs - libdom and libhubbub stub
svn path=/trunk/netsurf/; revision=13767
Diffstat (limited to 'amiga/dist/Install')
-rwxr-xr-xamiga/dist/Install8
1 files changed, 2 insertions, 6 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install
index fbe55e92c..e34381d1e 100755
--- a/amiga/dist/Install
+++ b/amiga/dist/Install
@@ -492,7 +492,7 @@
(foreach "SObjs" "#?"
(complete #complete)
(p_copysobj @each-name)
- (set #complete (+ #complete 2))
+ (set #complete (+ #complete 1))
)
)
)
@@ -600,10 +600,6 @@
)
(
(p_failedsobjs)
- (exit "If you are on a low memory system, you may like to use the version of "
- "parserutils.library in the archive under ParserUtils_lowmem.\n\n"
- "The low memory version does not use iconv.library so can save "
- "~1MB of RAM, at the expense of reduced character set support. "
- "Simply replace the version in LIBS: with that in ParserUtils_lowmem.")
+ (exit)
)
)