diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-06-19 18:49:57 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-06-19 18:49:57 +0200 |
commit | ea92ba9f419048be5bb10038540609378b763b2a (patch) | |
tree | 05fd507588220a0a4eda240a0ad41be9f970a832 /objective-c | |
parent | minor edits to Java build instructions (diff) | |
download | ice-ea92ba9f419048be5bb10038540609378b763b2a.tar.bz2 ice-ea92ba9f419048be5bb10038540609378b763b2a.tar.xz ice-ea92ba9f419048be5bb10038540609378b763b2a.zip |
Fix for ICE-8098 - fixed the build system to support new <component>_devinstall setting
Diffstat (limited to 'objective-c')
-rw-r--r-- | objective-c/test/Common/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Common/Makefile.mk b/objective-c/test/Common/Makefile.mk index bee95c57b9d..7c0bf1019f3 100644 --- a/objective-c/test/Common/Makefile.mk +++ b/objective-c/test/Common/Makefile.mk @@ -8,7 +8,7 @@ # ********************************************************************** $(project)_libraries = TestCommonObjC -$(project)_noinstall = 1 +$(project)_caninstall = no # # Put the shared TestCommon library in the lib directory for convenience on platforms |