-# Copyright (c) 2000 IBM, Inc. and others
-# conversion sample code $Revision: 1.1.1.1 $
+# Copyright (c) 2000-2004 IBM, Inc. and others
+# conversion sample code
# Usage:
# - configure, build, install ICU
# - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config)
@false
CPPFLAGS += -I$(ICU_PATH)/source/tools/toolutil
-LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-ustdio)
+LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
.PHONY: all clean distclean check report