Commit a297cbbb authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Minor Makefile correction

Allow TARGET to be passed in from the build system, else default to previous value.
Retagged as Unicode-0_62.
parent 8bb5a7f3
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# #
COMPONENT = UnicodeLib COMPONENT = UnicodeLib
TARGET = ucode TARGET ?= ucode
EXPDIR = ${LIBDIR}${SEP}Unicode EXPDIR = ${LIBDIR}${SEP}Unicode
LIBRARIES = ${LIBRARY} ${LIBRARYZM} ${LIBRARYD} LIBRARIES = ${LIBRARY} ${LIBRARYZM} ${LIBRARYD}
LIBDEPENDS = unictype LIBDEPENDS = unictype
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment