summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2002-11-20 00:09:23 +0000
committerMark Spruiell <mes@zeroc.com>2002-11-20 00:09:23 +0000
commit5fd9f87749cde86f918901eeb5cb3400424c4430 (patch)
tree14481eecf153a1715a40009dd73218010f9b1783 /cpp
parentbuild schema for Identity.ice (diff)
downloadice-5fd9f87749cde86f918901eeb5cb3400424c4430.tar.bz2
ice-5fd9f87749cde86f918901eeb5cb3400424c4430.tar.xz
ice-5fd9f87749cde86f918901eeb5cb3400424c4430.zip
revise subdir ordering
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile b/cpp/Makefile
index ec8c3df358e..41a4452be80 100644
--- a/cpp/Makefile
+++ b/cpp/Makefile
@@ -16,7 +16,7 @@ top_srcdir = .
include $(top_srcdir)/config/Make.rules
-SUBDIRS = src include test demo slice schema
+SUBDIRS = src include schema test demo slice
install::
@if test ! -d $(prefix) ; \