summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-10 17:36:20 +0200
committerJose <jose@zeroc.com>2014-09-10 17:36:20 +0200
commit00dbbdfaeae1af7d7457329641bb0cf6e726ba3c (patch)
treea658e21567cf3227ad52d948627fae5db1946140 /Makefile
parentICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of networki... (diff)
downloadice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.bz2
ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.tar.xz
ice-00dbbdfaeae1af7d7457329641bb0cf6e726ba3c.zip
Fixed (ICE-3792) - dependencies in the repository are very crappy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 1613688a503..a4633c0e159 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@
SUBDIRS = cpp java cs py rb php js
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
all::
@@ -26,13 +25,6 @@ clean::
( cd $$subdir && $(MAKE) clean ) || exit 1; \
done
-depend::
- @for subdir in $(DEPEND_SUBDIRS); \
- do \
- echo "making depend in $$subdir"; \
- ( cd $$subdir && $(MAKE) depend ) || exit 1; \
- done
-
install::
@for subdir in $(INSTALL_SUBDIRS); \
do \