]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/config/mh-linux
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / config / mh-linux
index 366f0cc7446f265a8a5cc25017ff12fcc6f68222..53d6780d68bc855bdade442921440fdfaf0d9d03 100644 (file)
@@ -1,11 +1,13 @@
 ## -*-makefile-*-
+## Copyright (C) 2016 and later: Unicode, Inc. and others.
+## License & terms of use: http://www.unicode.org/copyright.html
 ## Linux-specific setup
-## Copyright (c) 1999-2012, International Business Machines Corporation and
+## Copyright (c) 1999-2013, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Commands to generate dependency files
 GEN_DEPS.c=  $(CC) -E -MM $(DEFS) $(CPPFLAGS)
-GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS)
+GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) $(CXXFLAGS)
 
 ## Flags for position independent code
 SHAREDLIBCFLAGS = -fPIC