X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f59164e3d128c7675a4d3934206346a3384e53a5..f3c0d7a59d99c2a94c6b8822291f0e42be3773c9:/icuSources/samples/uresb/Makefile diff --git a/icuSources/samples/uresb/Makefile b/icuSources/samples/uresb/Makefile index 488cdb74..c05110b0 100644 --- a/icuSources/samples/uresb/Makefile +++ b/icuSources/samples/uresb/Makefile @@ -1,3 +1,6 @@ +# Copyright (C) 2016 and later: Unicode, Inc. and others. +# License & terms of use: http://www.unicode.org/copyright.html#License +# # Copyright (c) 2000-2005 IBM, Inc. and others # conversion sample code # Usage: @@ -61,7 +64,7 @@ sr.res : sr.txt # Can change this to LINK.c if it is a C only program # Can add more libraries here. $(TARGET): $(OBJECTS) - $(CC) -o $@ $^ $(LDFLAGS) + $(CC) -o $(TARGET) $(LDFLAGS) # Make check: simply runs the sample, logged to a file check: $(TARGET) $(RESOURCES)