From f8733535c9a65adfb955725a5bcaea1178c4654b Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 27 Apr 2016 18:31:55 +0200
Subject: [PATCH] cleanup

---
 common/utils/T/tracer/Makefile.local  | 2 --
 common/utils/T/tracer/Makefile.remote | 2 --
 2 files changed, 4 deletions(-)

diff --git a/common/utils/T/tracer/Makefile.local b/common/utils/T/tracer/Makefile.local
index ee730be86..a34378470 100644
--- a/common/utils/T/tracer/Makefile.local
+++ b/common/utils/T/tracer/Makefile.local
@@ -15,7 +15,5 @@ $(PROG): $(OBJS)
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-main.o: ../T_IDs.h ../T_defs.h
-
 clean:
 	rm -f *.o $(PROG) core
diff --git a/common/utils/T/tracer/Makefile.remote b/common/utils/T/tracer/Makefile.remote
index fdebee915..79b1d6ea1 100644
--- a/common/utils/T/tracer/Makefile.remote
+++ b/common/utils/T/tracer/Makefile.remote
@@ -22,8 +22,6 @@ gui/gui.a:
 %.o: %.c
 	$(CC) $(CFLAGS) -c -o $@ $<
 
-main.o: ../T_IDs.h ../T_defs.h
-
 clean:
 	rm -f *.o $(PROG) core textlog
 	cd gui && make clean
-- 
GitLab