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

git-svn-id: svn://10.0.0.236/trunk@73461 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2000-06-28 22:29:38 +00:00
parent aa55de687f
commit bddf8befbd

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