diff options
Diffstat (limited to 'Lib/plat-generic')
-rwxr-xr-x | Lib/plat-generic/regen | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/plat-generic/regen b/Lib/plat-generic/regen index 8c81a5f..5c502c2 100755 --- a/Lib/plat-generic/regen +++ b/Lib/plat-generic/regen @@ -1,6 +1,6 @@ #! /bin/sh set -v -h2py /usr/include/sys/fcntl.h -h2py /usr/include/sys/socket.h -h2py -i '(u_long)' /usr/include/netinet/in.h -h2py /usr/include/termios.h +python ../../Tools/scripts/h2py.py /usr/include/fcntl.h +python ../../Tools/scripts/h2py.py /usr/include/sys/socket.h +python ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h +python ../../Tools/scripts/h2py.py /usr/include/termios.h |