1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-27 22:56:53 +03:00

Re-remove dependency on the DLL of pythonxx.def file.

The reasons behind commit 0d147e43adcf5d2bff9caa073608f381a27439bf still
stand, so this reverts the non-cosmetic portion of commit
a7983e989d9cafc9cef49becfee054e34b1ed9b4.  Back-patch to 9.4, where the
latter commit first appeared.
This commit is contained in:
Noah Misch 2014-11-02 21:43:30 -05:00
parent 67a4120494
commit 00c07e497f

View File

@ -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