diff options
Diffstat (limited to 'TAO/Benchmark')
-rw-r--r-- | TAO/Benchmark/Marshal_Test/TAO/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/Benchmark/Marshal_Test/TAO/Makefile b/TAO/Benchmark/Marshal_Test/TAO/Makefile index 048d0705dbc..845516695dd 100644 --- a/TAO/Benchmark/Marshal_Test/TAO/Makefile +++ b/TAO/Benchmark/Marshal_Test/TAO/Makefile @@ -45,7 +45,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif -CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/Benchmark -I$(TAO_ROOT)/tao/compat +CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/Benchmark server: $(addprefix $(VDIR),$(MARSHAL_SERVER_OBJS)) $(LINK.cc) $(LDFLAGS) -o $@ $^ $(VLDLIBS) $(POSTLINK) |