X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/b75a7d8f3b4adbae880cab104ce2c6a50eee4db2..729e4ab9bc6618bc3d8a898e575df7f4019e29ca:/icuSources/samples/udata/Makefile diff --git a/icuSources/samples/udata/Makefile b/icuSources/samples/udata/Makefile index 7de59c3b..525c6f9e 100644 --- a/icuSources/samples/udata/Makefile +++ b/icuSources/samples/udata/Makefile @@ -1,5 +1,5 @@ -# Copyright (c) 2000 IBM, Inc. and others -# udata sample code $Revision: 1.1.1.1 $ +# Copyright (c) 2000-2010 IBM, Inc. and others +# udata sample code # Usage: # - configure, build, install ICU # - ensure that 'icu-config' is in the PATH (PREFIX/bin/icu-config) @@ -28,7 +28,7 @@ OBJECTS1=reader.o OBJECTS2=writer.o OBJECTS=$(OBJECTS1) $(OBJECTS2) -CLEANFILES=*~ $(TARGET).out +CLEANFILES=*~ $(TARGET).out $(TARGET1).out $(TARGET2).out all: $(TARGET1) $(TARGET2)