summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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); \