summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-02-05 13:46:22 +0100
committerBenoit Foucher <benoit@zeroc.com>2008-02-05 13:46:22 +0100
commit26d579d696eff5c32c27a93ded326215ec2cc461 (patch)
treec008169f8c759d9a8c6e99bdf7a0f920913da9e3 /Makefile
parentbug 2449 - dumpdb arguments (diff)
downloadice-26d579d696eff5c32c27a93ded326215ec2cc461.tar.bz2
ice-26d579d696eff5c32c27a93ded326215ec2cc461.tar.xz
ice-26d579d696eff5c32c27a93ded326215ec2cc461.zip
Re-factored makedist.py, fixed make install targets.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5aad8ceb685..03e61ca875c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
SUBDIRS = cpp java cs py rb php
CLEAN_SUBDIRS = java cs py rb php cpp
DEPEND_SUBDIRS = cpp cs py rb php
-INSTALL_SUBDIRS = cpp cs py rb php
+INSTALL_SUBDIRS = cpp java cs py rb php
all::
@for subdir in $(SUBDIRS); \