[pypy-commit] pypy default: oups.

arigo noreply at buildbot.pypy.org
Wed Nov 9 10:54:48 CET 2011


Author: Armin Rigo <arigo at 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,
         #                           ,


More information about the pypy-commit mailing list