Commit 00c07e49 authored by Noah Misch's avatar Noah Misch

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

The reasons behind commit 0d147e43 still
stand, so this reverts the non-cosmetic portion of commit
a7983e98.  Back-patch to 9.4, where the
latter commit first appeared.
parent 67a41204
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment