diff options
author | Mark Spruiell <mes@zeroc.com> | 2014-11-25 17:48:39 -0800 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2014-11-25 17:48:39 -0800 |
commit | 1ecb52cb16c166355c4a3211bcfb4a3335f646a1 (patch) | |
tree | 8ba97bc1513c704e768de425ec27a26445891a36 | |
parent | OS X installer updates (diff) | |
download | ice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.tar.bz2 ice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.tar.xz ice-1ecb52cb16c166355c4a3211bcfb4a3335f646a1.zip |
removing cs subdirs from top-level makefile
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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); \ |