]> granicus.if.org Git - postgresql/commitdiff
Re-remove dependency on the DLL of pythonxx.def file.
authorNoah Misch <noah@leadboat.com>
Mon, 3 Nov 2014 02:43:30 +0000 (21:43 -0500)
committerNoah Misch <noah@leadboat.com>
Mon, 3 Nov 2014 02:45:01 +0000 (21:45 -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.

src/pl/plpython/Makefile

index 020861a4f8bed75bcdeb0683ef113c558be66a0e..03de9af0b3e140eb7e29dc87975b666d432cbf1f 100644 (file)
@@ -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