diff options
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r-- | cpp/demo/Ice/nested/Makefile | 7 |
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 |