]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/config/mh-hpux-acc
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / config / mh-hpux-acc
index ab9359654ededc0a60e7b6e4618e9d6aeab32dff..35db53d47c04530aed55b4fedaec89d8fe302db0 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ## HP/UX-specific setup using aCC
-## Copyright (c) 1999-2010, International Business Machines Corporation and
+## Copyright (c) 1999-2011, International Business Machines Corporation and
 ## others. All Rights Reserved.
 
 ## Commands to generate dependency files
@@ -69,9 +69,9 @@ LINK.cc=      $(CXX) $(CXXFLAGS) $(LDFLAGS)
 ## HPUX PA-risc does not recognize -Bprotected_def aC++ option.
 ## Use linker option -Wl,-B,symbolic instead.
 ifeq ($(shell uname -m),ia64)
-    LD_SOOPTIONS= -Bprotected_def
+LD_SOOPTIONS= -Bprotected_def
 else
-    LD_SOOPTIONS= -Wl,-B,symbolic
+LD_SOOPTIONS= -Wl,-B,symbolic
 endif
 
 ## Commands to make a shared library