diff options
Diffstat (limited to 'src/pl/plpython/Makefile')
| -rw-r--r-- | src/pl/plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 39cfb654fb..8864a30ac4 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -54,7 +54,7 @@ libpython${pytverstr}.a: python${pytverstr}.def dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a python${pytverstr}.def: - pexports $(PYTHONDLL) > $@ + gendef - $(PYTHONDLL) > $@ endif # win32 |
