summaryrefslogtreecommitdiff
path: root/cppe
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-04-27 15:15:33 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-04-27 15:15:33 +0000
commit84493c36b0b1425ce621ffe39871671942f5388f (patch)
treeded65a63ad546b437ae3cf40d1261aa72cdc7b8a /cppe
parentMake generated code more Ice like (diff)
downloadice-84493c36b0b1425ce621ffe39871671942f5388f.tar.bz2
ice-84493c36b0b1425ce621ffe39871671942f5388f.tar.xz
ice-84493c36b0b1425ce621ffe39871671942f5388f.zip
Fixed target names
Diffstat (limited to 'cppe')
-rw-r--r--cppe/test/IceE/exceptions/Makefile.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/test/IceE/exceptions/Makefile.mak b/cppe/test/IceE/exceptions/Makefile.mak
index a9cf4f83f2e..5a1e454a7bc 100644
--- a/cppe/test/IceE/exceptions/Makefile.mak
+++ b/cppe/test/IceE/exceptions/Makefile.mak
@@ -9,9 +9,9 @@
top_srcdir = ..\..\..
-CLIENT = exceptionsClient.exe
-SERVER = exceptionsServer.exe
-COLLOCATED = exceptionsCollocated.exe
+CLIENT = client.exe
+SERVER = server.exe
+COLLOCATED = collocated.exe
TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED)