Skip to content

Commit 00c07e4

Browse files
committed
Re-remove dependency on the DLL of pythonxx.def file.
The reasons behind commit 0d147e4 still stand, so this reverts the non-cosmetic portion of commit a7983e9. Back-patch to 9.4, where the latter commit first appeared.
1 parent 67a4120 commit 00c07e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pl/plpython/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ OBJS += libpython${pytverstr}.a
7676
libpython${pytverstr}.a: python${pytverstr}.def
7777
dlltool --dllname python${pytverstr}.dll --def python${pytverstr}.def --output-lib libpython${pytverstr}.a
7878

79-
python${pytverstr}.def: $(PYTHONDLL)
80-
pexports $^ > $@
79+
python${pytverstr}.def:
80+
pexports $(PYTHONDLL) > $@
8181

8282
endif # win32
8383

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy