diff --git a/common/utils/T/tracer/Makefile.remote b/common/utils/T/tracer/Makefile.remote
index cde59a266648fefb73bb95bc6060b54d7b3a4eed..1e7468861d2db7e3599e973122dc983038d7f1eb 100644
--- a/common/utils/T/tracer/Makefile.remote
+++ b/common/utils/T/tracer/Makefile.remote
@@ -6,7 +6,7 @@ CFLAGS=-Wall -g -pthread -DT_TRACER
 LIBS=-lX11 -lm
 
 PROG=tracer_remote
-OBJS=remote.o plot.o database.o gui.o
+OBJS=remote_old.o plot.o database.o gui.o
 
 $(PROG): gui/gui.a $(OBJS)
 	$(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS)
diff --git a/common/utils/T/tracer/remote.c b/common/utils/T/tracer/remote_old.c
similarity index 100%
rename from common/utils/T/tracer/remote.c
rename to common/utils/T/tracer/remote_old.c