summaryrefslogtreecommitdiff
path: root/objective-c
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-03-27 08:43:43 +0100
committerBenoit Foucher <benoit@zeroc.com>2015-03-27 08:43:43 +0100
commit9dabca54926994224ba8d5fab586412850b7ce3e (patch)
tree779f4d86531872494dad5ce13034aea6c93069da /objective-c
parentAdd Build Status to README.md (diff)
downloadice-9dabca54926994224ba8d5fab586412850b7ce3e.tar.bz2
ice-9dabca54926994224ba8d5fab586412850b7ce3e.tar.xz
ice-9dabca54926994224ba8d5fab586412850b7ce3e.zip
Fixed ICE-6404 - fixed objective-c make clean
Diffstat (limited to 'objective-c')
-rw-r--r--objective-c/include/objc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/objective-c/include/objc/Makefile b/objective-c/include/objc/Makefile
index 2e320b51919..753730cec9d 100644
--- a/objective-c/include/objc/Makefile
+++ b/objective-c/include/objc/Makefile
@@ -20,6 +20,7 @@ $(EVERYTHING)::
( cd $$subdir && $(MAKE) $@ ) || exit 1; \
done
+install::
@for i in *.h ; \
do \
echo "Installing $$i" ; \