summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2002-11-13 19:07:52 +0000
committerBenoit Foucher <benoit@zeroc.com>2002-11-13 19:07:52 +0000
commit14183b6d52fbc2ae53dc8c8d015d12f6ca45533c (patch)
treedbccd201e4c2f5da3cfba6acd2956b95b35457d4 /cpp/demo/Ice/nested
parentFix (diff)
downloadice-14183b6d52fbc2ae53dc8c8d015d12f6ca45533c.tar.bz2
ice-14183b6d52fbc2ae53dc8c8d015d12f6ca45533c.tar.xz
ice-14183b6d52fbc2ae53dc8c8d015d12f6ca45533c.zip
Removed slice compilation rules, use an implicit rule instead.
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r--cpp/demo/Ice/nested/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpp/demo/Ice/nested/Makefile b/cpp/demo/Ice/nested/Makefile
index fd5088ea3ce..a8c8feff2b6 100644
--- a/cpp/demo/Ice/nested/Makefile
+++ b/cpp/demo/Ice/nested/Makefile
@@ -44,11 +44,4 @@ $(SERVER): $(OBJS) $(SOBJS)
rm -f $@
$(CXX) $(LDFLAGS) -o $@ $(OBJS) $(SOBJS) $(LIBS)
-Nested.h Nested.cpp: Nested.ice $(SLICE2CPP)
- rm -f Nested.h Nested.cpp
- $(SLICE2CPP) Nested.ice
-
-clean::
- rm -f Nested.h Nested.cpp
-
include .depend