diff options
-rw-r--r-- | src/pl/plpython/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile index 9c0fc613f9a..430aa891270 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -76,8 +76,8 @@ OBJS += libpython${pytverstr}.a libpython${pytverstr}.a: python${pytverstr}.def dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a -python${pytverstr}.def: $(PYTHONDLL) - pexports $^ > $@ +python${pytverstr}.def: + pexports $(PYTHONDLL) > $@ endif # win32 |