From 04800958e648485552a5e17552bf04bb4ed1c34a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m?= Date: Fri, 20 Dec 2024 14:56:56 +0100 Subject: [PATCH] fixup! erts: Include jit.pdb and release all pdb files --- erts/etc/common/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erts/etc/common/Makefile.in b/erts/etc/common/Makefile.in index a53f512bfff..6540c818c53 100644 --- a/erts/etc/common/Makefile.in +++ b/erts/etc/common/Makefile.in @@ -547,7 +547,7 @@ endif ifneq ($(INSTALL_PROGS),) $(INSTALL_PROGRAM) $(INSTALL_PROGS) "$(RELEASE_PATH)/erts-$(VSN)/bin" ifeq ($(TARGET),win32) - $(INSTALL_DATA) $(INSTALL_PROGS: %.exe, %.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin" + $(INSTALL_DATA) $(INSTALL_PROGS:.exe=.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin" endif endif ifneq ($(INSTALL_TOP),)