mirror of
https://github.com/postgres/postgres.git
synced 2026-06-12 18:20:18 -04:00
Re-remove dependency on the DLL of pythonxx.def file.
The reasons behind commit0d147e43adstill stand, so this reverts the non-cosmetic portion of commita7983e989d. Back-patch to 9.4, where the latter commit first appeared.
This commit is contained in:
parent
63d2c0c573
commit
f229170c75
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue