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

The reasons behind commit 0d147e43ad still
stand, so this reverts the non-cosmetic portion of commit
a7983e989d.  Back-patch to 9.4, where the
latter commit first appeared.
pull/14/head
Noah Misch 11 years ago
parent 67a4120494
commit 00c07e497f
  1. 4
      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

Loading…
Cancel
Save