diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2002-01-09 12:23:27 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2002-01-09 12:23:27 +0000 |
commit | 4b2bef463b46effc57a87f3c7a9cbc5a70602668 (patch) | |
tree | 7570fe5c664ba14d4749d03b3d2852ef60317a25 /python/Makefile | |
parent | 46a46dc82273cb42747e3897d39e1a926f875c2e (diff) | |
download | libfuse-4b2bef463b46effc57a87f3c7a9cbc5a70602668.tar.gz |
fixes
Diffstat (limited to 'python/Makefile')
-rw-r--r-- | python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile index 8b7ea80..12393e7 100644 --- a/python/Makefile +++ b/python/Makefile @@ -1,5 +1,5 @@ _fusemodule.so: _fusemodule.c - gcc -g3 -I/usr/include/python1.5 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse' + gcc -g3 -I/usr/include/python2.1 _fusemodule.c -Wl,-shared -o _fusemodule.so -Wimplicit -lfuse && python -c 'import _fuse' clean: rm -f _fusemodule.so *.pyc *.pyo |