diff options
author | Jose <jose@zeroc.com> | 2014-09-10 17:36:20 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-10 17:36:20 +0200 |
commit | 00dbbdfaeae1af7d7457329641bb0cf6e726ba3c (patch) | |
tree | a658e21567cf3227ad52d948627fae5db1946140 /Makefile | |
parent | ICE-5582 (SOCKs test), ICE-5314 (HTTP proxies), major refactoring of networki... (diff) | |
download | ice-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-- | Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 \ |