diff options
author | Jose <jose@zeroc.com> | 2013-01-30 19:32:48 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-01-30 19:32:48 +0100 |
commit | 431858c0383347b2ab91d2f55adeeca7d598eb1f (patch) | |
tree | 9b77e53e9765af30f505067b105e6c720c7852e5 /cpp/src/slice2html | |
parent | ICE-5091 - Remove Java configuration from demo/IceGrid/secure (diff) | |
download | ice-431858c0383347b2ab91d2f55adeeca7d598eb1f.tar.bz2 ice-431858c0383347b2ab91d2f55adeeca7d598eb1f.tar.xz ice-431858c0383347b2ab91d2f55adeeca7d598eb1f.zip |
Added C++11 libraries/binaries to OS X binary distribution
Diffstat (limited to 'cpp/src/slice2html')
-rw-r--r-- | cpp/src/slice2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2html/Makefile b/cpp/src/slice2html/Makefile index 2caeaa9a23e..db66645c7e6 100644 --- a/cpp/src/slice2html/Makefile +++ b/cpp/src/slice2html/Makefile @@ -9,7 +9,7 @@ top_srcdir = ../.. -NAME = $(top_srcdir)/bin/slice2html +NAME = $(bindir)/slice2html TARGETS = $(NAME) |