diff options
Diffstat (limited to 'src')
-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 020861a4f8b..03de9af0b3e 100644 --- a/src/pl/plpython/Makefile +++ b/src/pl/plpython/Makefile @@ -73,8 +73,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 |