Bug 342699 - Configure Sunbird (trunk) tinderbox to ship MSVC8 runtime libs (handle case where the vc8 c runtime path has spaces). r=bsmedberg

This commit is contained in:
rob_strong%exchangecode.com 2006-06-29 07:22:02 +00:00
parent 9ebf7bc3ae
commit affaf95853

View File

@ -60,7 +60,7 @@ endif
ifdef REDIST_FILES ifdef REDIST_FILES
libs:: libs::
for file in $(REDIST_FILES) ; do \ for file in $(REDIST_FILES) ; do \
$(INSTALL) "$(WIN32_REDIST_DIR)"/$$file $(FINAL_TARGET) ; \ cp --preserve=timestamps "$(WIN32_REDIST_DIR)"/$$file $(FINAL_TARGET) ; \
done done
endif endif