diff options
| author | Simon <simon@hardwired.org.uk> | 2011-03-09 18:01:53 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-03-09 18:01:53 (GMT) |
| commit | 0ded22493e72876b82fae3cdf4bc53a97437cb36 (patch) | |
| tree | 1200526e877e63e3bc591c2c606fc339c34f61f4 /getheader.py | |
| parent | 30462ec28d2c610f2fa81b88f8cc4f5534710d89 (diff) | |
| parent | db07c1ee0cd853926c01ce99f48d53211bf94f0d (diff) | |
| download | powder-0ded22493e72876b82fae3cdf4bc53a97437cb36.zip powder-0ded22493e72876b82fae3cdf4bc53a97437cb36.tar.gz | |
Fix makefile for OS X
Diffstat (limited to 'getheader.py')
| -rw-r--r-- | getheader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getheader.py b/getheader.py index da581b5..536915e 100644 --- a/getheader.py +++ b/getheader.py @@ -17,7 +17,7 @@ print args,"-I%s"%path lst=[] compileall.compile_dir("./src/python", force=1) -print "\n\n\ngenerating pyconsole.h" +print "generating pyconsole.h" fname="./src/python/tpt_console.pyc" try: |
