git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 67a4120)
Re-remove dependency on the DLL of pythonxx.def file.
Mon, 3 Nov 2014 02:43:30 +0000 (21:43 -0500)
Mon, 3 Nov 2014 02:43:30 +0000 (21:43 -0500)
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.


diff --git a/src/pl/plpython/Makefile b/src/pl/plpython/Makefile
index 9c0fc613f9a861410952f4b4f118ccd33dd008da..430aa8912704e237a758c504307059dd5cdfb039 100644 (file)
--- a/src/pl/plpython/Makefile
+++ b/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
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /