summaryrefslogtreecommitdiff
path: root/z180/Tupfile
diff options
context:
space:
mode:
authorLeo C2015-04-29 19:23:29 +0200
committerLeo C2015-04-29 19:23:29 +0200
commit8df5b65577a04a48849387475634b3b694094dca (patch)
tree3a4a431ccd1f1278f8d36fe2001ed680b576514a /z180/Tupfile
parent296050043a19ee9b18c850dad01cc36ee64bd7b0 (diff)
downloadz180-stamp-8df5b65577a04a48849387475634b3b694094dca.zip
Continue Integration
Diffstat (limited to 'z180/Tupfile')
-rw-r--r--z180/Tupfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/z180/Tupfile b/z180/Tupfile
index 3105c94..1becb04 100644
--- a/z180/Tupfile
+++ b/z180/Tupfile
@@ -38,7 +38,8 @@ grep -q '^ 0 Error(s) Detected' ${OUTPUT}; ERROR=$?;\
rm -f ${OUTPUT}; exit ${ERROR} \
|> %B.rel | %B.lst
-!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) -D $(LN_DATA) %f |> | %O.map
+#!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) -D $(LN_DATA) %f |> | %O.map
+!LINK = |> ld80 -o %o -ms %O.map -P $(LN_PROG) %f |> | %O.map
#ifndef DEBUG