summaryrefslogtreecommitdiff
path: root/z180/Tupfile
diff options
context:
space:
mode:
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