summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2014-11-25 17:48:39 -0800
committerMark Spruiell <mes@zeroc.com>2014-11-25 17:48:39 -0800
commit1ecb52cb16c166355c4a3211bcfb4a3335f646a1 (patch)
tree8ba97bc1513c704e768de425ec27a26445891a36 /Makefile
parentOS X installer updates (diff)
downloadice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.tar.bz2
ice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.tar.xz
ice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.zip
removing cs subdirs from top-level makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 141d4b13220..407d6307280 100644
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,10 @@
#
# **********************************************************************
-SUBDIRS = cpp java cs js py rb php
-CLEAN_SUBDIRS = js java cs py rb php cpp
-DEPEND_SUBDIRS = cpp cs py rb php
-INSTALL_SUBDIRS = cpp java cs py rb php js
+SUBDIRS = cpp java js py rb php
+CLEAN_SUBDIRS = js java py rb php cpp
+DEPEND_SUBDIRS = cpp py rb php
+INSTALL_SUBDIRS = cpp java py rb php js
all::
@for subdir in $(SUBDIRS); \