diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-03-27 08:43:43 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-03-27 08:43:43 +0100 |
commit | 9dabca54926994224ba8d5fab586412850b7ce3e (patch) | |
tree | 779f4d86531872494dad5ce13034aea6c93069da /objective-c/include | |
parent | Add Build Status to README.md (diff) | |
download | ice-9dabca54926994224ba8d5fab586412850b7ce3e.tar.bz2 ice-9dabca54926994224ba8d5fab586412850b7ce3e.tar.xz ice-9dabca54926994224ba8d5fab586412850b7ce3e.zip |
Fixed ICE-6404 - fixed objective-c make clean
Diffstat (limited to 'objective-c/include')
-rw-r--r-- | objective-c/include/objc/Makefile | 1 |
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" ; \ |