[pypy-svn] r59103 - pypy/branch/cbuild-refactor/pypy/translator/platform

fijal at codespeak.net fijal at codespeak.net
Wed Oct 15 15:37:06 CEST 2008


Author: fijal
Date: Wed Oct 15 15:37:03 2008
New Revision: 59103

Modified:
   pypy/branch/cbuild-refactor/pypy/translator/platform/maemo.py
Log:
It seems we're insane enough to include .c files. Adapt


Modified: pypy/branch/cbuild-refactor/pypy/translator/platform/maemo.py
==============================================================================
--- pypy/branch/cbuild-refactor/pypy/translator/platform/maemo.py	(original)
+++ pypy/branch/cbuild-refactor/pypy/translator/platform/maemo.py	Wed Oct 15 15:37:03 2008
@@ -19,7 +19,7 @@
             num += 1
         return pth.ensure(dir=1)
 
-    def _copy_files_to_new_dir(self, dir_from, pattern='*.h'):
+    def _copy_files_to_new_dir(self, dir_from, pattern='*.[ch]'):
         try:
             return self.copied_cache[dir_from]
         except KeyError:



More information about the Pypy-commit mailing list