Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r48987:8ca9a7426505
Date: 2011-11-09 10:54 +0100
http://bitbucket.org/pypy/pypy/changeset/8ca9a7426505/

Log:    oups.

diff --git a/pypy/translator/c/genc.py b/pypy/translator/c/genc.py
--- a/pypy/translator/c/genc.py
+++ b/pypy/translator/c/genc.py
@@ -622,9 +622,9 @@
             else:
                 mk.definition('DEBUGFLAGS', '-O1 -g')
         if sys.platform == 'win32':
-            mk.rule('debug_target', 'debugmode_$(DEFAULT_TARGET)')
+            mk.rule('debug_target', 'debugmode_$(DEFAULT_TARGET)', 'rem')
         else:
-            mk.rule('debug_target', '$(TARGET)')
+            mk.rule('debug_target', '$(TARGET)', '#')
         mk.write()
         #self.translator.platform,
         #                           ,
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to