diff options
Diffstat (limited to 'TAO/tests/AMI/Makefile')
-rw-r--r-- | TAO/tests/AMI/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/AMI/Makefile b/TAO/tests/AMI/Makefile index 86ac3a83c4b..b67ec0253b6 100644 --- a/TAO/tests/AMI/Makefile +++ b/TAO/tests/AMI/Makefile @@ -24,10 +24,6 @@ SIMPLE_CLIENT_OBJS = simple-client.o $(addsuffix .o, $(IDLFILES)) ORB_CREATION_OBJS = orb_creation.o $(addsuffix .o, $(IDLFILES)) SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES)) -BUILD = $(BIN) -VLDLIBS = $(LDLIBS:%=%$(VAR)) -VBIN = $(BIN:%=%$(VAR)) - #---------------------------------------------------------------------------- # Include macros and targets #---------------------------------------------------------------------------- |