1# 2# Copyright (C) 2017 and later: Unicode, Inc. and others. 3# License & terms of use: http://www.unicode.org/copyright.html 4# 5# Copyright (c) 2008-2009 IBM Corp. and Others. All Rights Reserved 6Only in 3_0/icu/source: bin 7Only in 3_0.orig/icu/source: confdefs.h 8diff -ru 3_0.orig/icu/source/config/mh-darwin 3_0/icu/source/config/mh-darwin 9--- 3_0.orig/icu/source/config/mh-darwin 2008-10-20 14:57:52.000000000 -0700 10+++ 3_0/icu/source/config/mh-darwin 2008-10-20 15:57:28.000000000 -0700 11@@ -15,6 +15,8 @@ 12 ## Commands to generate dependency files 13 GEN_DEPS.c= $(CC) -E -MMD $(DEFS) $(CPPFLAGS) 14 GEN_DEPS.cc= $(CXX) -E -MMD $(DEFS) $(CPPFLAGS) 15+GEN_DEPS.c= echo 16+GEN_DEPS.cc= echo 17 18 ## Commands to compile 19 COMPILE.c= $(CC) $(DEFS) $(CPPFLAGS) $(CFLAGS) -fno-common -c 20Only in 3_0.orig/icu/source: config.cache 21Only in 3_0.orig/icu/source: config.log 22