diff options
-rw-r--r-- | cpp/demo/Ice/plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/plugin/Makefile b/cpp/demo/Ice/plugin/Makefile index 612ed61bc98..c9c45395c90 100644 --- a/cpp/demo/Ice/plugin/Makefile +++ b/cpp/demo/Ice/plugin/Makefile @@ -28,7 +28,7 @@ SOBJS = $(SLICE_OBJS) Server.o LOBJS = LoggerPluginI.o -HOBJS = $($(SLICE_OBJS) HelloPluginI.o +HOBJS = $(SLICE_OBJS) HelloPluginI.o OBJS = $(COBJS) \ $(SOBJS) \ |