ICU-579 fix for HPUX

X-SVN-Rev: 3139
This commit is contained in:
Steven R. Loomis 2000-12-05 20:33:36 +00:00
parent 4fdef76e8c
commit a59fd1fb06

View file

@ -177,10 +177,10 @@ void pkg_mode_dll(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
"\t-ls -l $@\n\n");
T_FileStream_writeLine(makefile, "$(TEMP_DIR)/hpux_junk_obj.cpp:\n"
" echo \"void to_emit_cxx_stuff_in_the_linker(){}\" >> $(TEMP_DIR)/hpux_junk_obj.cpp\n"
"\techo \"void to_emit_cxx_stuff_in_the_linker(){}\" >> $(TEMP_DIR)/hpux_junk_obj.cpp\n"
"\n"
"$(TEMP_DIR)/hpux_junk_obj.o: $(TEMP_DIR)/hpux_junk_obj.cpp\n"
" $(COMPILE.cc) -o $@ $<\n"
"\t$(COMPILE.cc) -o $@ $<\n"
"\n");
#elif defined(OS390BATCH)
T_FileStream_writeLine(makefile, "$(TARGETDIR)/$(TARGET): $(OBJECTS) $(LISTFILES) $(BIR_DEPS)\n"
@ -211,3 +211,5 @@ void pkg_mode_dll(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
}