diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-10-08 16:19:06 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-10-08 16:19:06 -0230 |
commit | d179ec450eddddc62936bf4263bee8727943efff (patch) | |
tree | 5170a9f8d79a0b576bbcce1715d0615b9c4597cf /cpp | |
parent | Regenerate bison/flex files to use correct versions (diff) | |
download | ice-d179ec450eddddc62936bf4263bee8727943efff.tar.bz2 ice-d179ec450eddddc62936bf4263bee8727943efff.tar.xz ice-d179ec450eddddc62936bf4263bee8727943efff.zip |
ICE-5712 Ice/plugin demo does not work on OSX
Diffstat (limited to 'cpp')
-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) \ |