diff --git a/erts/lib_src/Makefile.in b/erts/lib_src/Makefile.in index 392d10f49341..cdc51b4db5f2 100644 --- a/erts/lib_src/Makefile.in +++ b/erts/lib_src/Makefile.in @@ -455,6 +455,9 @@ INTERNAL_RELEASE_LIBS= \ .PHONY: release_spec release_spec: all $(INSTALL_PROGRAM) $(YCF_EXECUTABLE) "$(RELSYSDIR)/bin" +ifeq ($(TARGET),win32) + $(INSTALL_DATA) $(YCF_EXECUTABLE:.exe=.pdb) "$(RELEASE_PATH)/erts-$(VSN)/bin" +endif ifneq ($(strip $(RELEASE_INCLUDES)),) $(INSTALL_DIR) "$(RELSYSDIR)/include" $(INSTALL_DIR) "$(RELEASE_PATH)/usr/include"