]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/uresb/Makefile
ICU-59117.0.1.tar.gz
[apple/icu.git] / icuSources / samples / uresb / Makefile
index 488cdb7400d0219303925997dc493ff888e11f19..c05110b0a82c4a1c6bf628090c6a16e356b7f2bc 100644 (file)
@@ -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:
 # 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)
 # 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)
 
 # Make check: simply runs the sample, logged to a file
 check: $(TARGET) $(RESOURCES)