summaryrefslogtreecommitdiff
path: root/TAO/Benchmark
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 05:07:44 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-16 05:07:44 +0000
commita5808ed7e36c1c71bb4f151964a4a1dcd3722440 (patch)
treec7e6de0b1bf446bd983cd46ca38958ab80ed9a25 /TAO/Benchmark
parent21bfd0c5ae64c89f50091058bd145f1c466e31ff (diff)
downloadATCD-a5808ed7e36c1c71bb4f151964a4a1dcd3722440.tar.gz
ChangeLogTag:Thu Jul 16 00:00:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/Benchmark')
-rw-r--r--TAO/Benchmark/Marshal_Test/TAO/Makefile2
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)