[pypy-commit] pypy vmprof: bah

antocuni noreply at buildbot.pypy.org
Sat Oct 25 17:21:32 CEST 2014


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: vmprof
Changeset: r74227:6bf00e5c1588
Date: 2014-10-25 16:21 +0100
http://bitbucket.org/pypy/pypy/changeset/6bf00e5c1588/

Log:	bah

diff --git a/rpython/translator/c/genc.py b/rpython/translator/c/genc.py
--- a/rpython/translator/c/genc.py
+++ b/rpython/translator/c/genc.py
@@ -458,7 +458,7 @@
 
             mk.definition('PYTHON', get_recent_cpython_executable())
 
-            mk.definition('GCMAPFILES', '$(subst .asmgcc.s,.o,$(subst .c,.gcmap,$(SOURCES)))')
+            mk.definition('GCMAPFILES', '$(subst .asmgcc.s,.gcmap,$(subst .c,.gcmap,$(SOURCES)))')
             mk.definition('OBJECTS1', '$(subst .asmgcc.s,.o,$(subst .c,.o,$(SOURCES)))')
             mk.definition('OBJECTS', '$(OBJECTS1) gcmaptable.s')
 


More information about the pypy-commit mailing list