diff options
Diffstat (limited to 'TAO/tests/FL_Cube/Makefile')
-rw-r--r-- | TAO/tests/FL_Cube/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tests/FL_Cube/Makefile b/TAO/tests/FL_Cube/Makefile index 0c64e60b6c3..dfce4c558dd 100644 --- a/TAO/tests/FL_Cube/Makefile +++ b/TAO/tests/FL_Cube/Makefile @@ -22,10 +22,6 @@ SRC = $(addsuffix .cpp, $(BIN) $(IDLFILES) test_i) CLIENT_OBJS = client.o $(addsuffix .o, $(IDLFILES)) SERVER_OBJS = server.o test_i.o $(addsuffix .o, $(IDLFILES)) -BUILD = $(BIN) -VLDLIBS = $(LDLIBS:%=%$(VAR)) -VBIN = $(BIN:%=%$(VAR)) - TAO_IDLFLAGS += -Ge 1 #---------------------------------------------------------------------------- # Include macros and targets |