Reverting mkaply's checkin as it breaks --enable-elf-dynstr-gc on optimized builds.

This commit is contained in:
cls%seawood.org 2000-06-28 22:29:38 +00:00
parent 41a59e67cd
commit f9c56b2f3e

View File

@ -486,9 +486,9 @@ ifeq ($(OS_ARCH),OS2)
else
$(INSTALL) $(IFLAGS2) $(SHARED_LIBRARY) $(DIST)/lib/components
$(ELF_DYNSTR_GC) $(DIST)/lib/components/$(SHARED_LIBRARY)
$(ELF_DYNSTR_GC) $(DIST)/bin/components/$(SHARED_LIBRARY)
endif
$(INSTALL) $(IFLAGS2) $(SHARED_LIBRARY) $(DIST)/bin/components
$(ELF_DYNSTR_GC) $(DIST)/bin/components/$(SHARED_LIBRARY)
ifeq ($(OS_ARCH),OpenVMS)
$(INSTALL) -m 555 $(SHARED_LIBRARY:$(DLL_SUFFIX)=.vms) $(DIST)/lib/components
$(INSTALL) -m 555 $(SHARED_LIBRARY:$(DLL_SUFFIX)=.vms) $(DIST)/bin/components