Fixed ninja build issues relating to use of $(DESTDIR)
authorTom Stellard <thomas.stellard@amd.com>
Wed, 29 Jan 2014 20:03:26 +0000 (20:03 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Wed, 29 Jan 2014 20:03:26 +0000 (20:03 +0000)
commit91d51db80065a692a5f1a371ad7717f6f2ee3189
tree68e0795767a9941d2c72fdab043954697d01aab5
parentac0fb621cef63422ebec88e73f548a033dee93cc
Fixed ninja build issues relating to use of $(DESTDIR)

We use ${DESTDIR} syntax now instead of $(DESTDIR) because that syntax
works both is the shell (at least it does for bash) and for make (at
least it does for GNU Make)

Patch By: Dan Liew

llvm-svn: 200414
libclc/build/ninja_syntax.py
libclc/configure.py