summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2015-04-13 18:37:28 +0200
committerBenoit Foucher <benoit@zeroc.com>2015-04-13 18:37:28 +0200
commite305d33203086236280fe918072398918f87d6f4 (patch)
tree91e3d323f699af35a0477ea935a6569d4a290dcf /Makefile
parentAdd MCPP_HOME for Windows build. (diff)
downloadice-e305d33203086236280fe918072398918f87d6f4.tar.bz2
ice-e305d33203086236280fe918072398918f87d6f4.tar.xz
ice-e305d33203086236280fe918072398918f87d6f4.zip
Fixed Makefile indentation to use tab witdh=8 and indent width = 4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be220b962be..a0c8f2ecfb0 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,13 @@
#
# **********************************************************************
-SUBDIRS = cpp java js python ruby php
+SUBDIRS = cpp java js python ruby php
CLEAN_SUBDIRS = js java python ruby php cpp
DEPEND_SUBDIRS = cpp python ruby php
INSTALL_SUBDIRS = cpp java python ruby php js
ifeq ($(shell uname),Darwin)
-SUBDIRS += objective-c
+SUBDIRS += objective-c
CLEAN_SUBDIRS += objective-c
DEPEND_SUBDIRS += objective-c
INSTALL_SUBDIRS += objective-c