From 078b4ab9b97e5314bb3c1e6fbdbd985aafc57923 Mon Sep 17 00:00:00 2001 From: Cedric Roux <cedric.roux@eurecom.fr> Date: Mon, 11 Apr 2016 17:50:37 +0200 Subject: [PATCH] some minor modification again --- common/utils/T/tracer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/utils/T/tracer/Makefile b/common/utils/T/tracer/Makefile index 0363cc9438..5ea5f4dd95 100644 --- a/common/utils/T/tracer/Makefile +++ b/common/utils/T/tracer/Makefile @@ -12,8 +12,8 @@ LIBS += -lrt PROG=tracer OBJS=main.o plot.o database.o forward.o gui.o -$(PROG): $(OBJS) gui/gui.a - $(CC) $(CFLAGS) -o $(PROG) $(OBJS) $(LIBS) gui/gui.a +$(PROG): gui/gui.a $(OBJS) + $(CC) $(CFLAGS) -o $(PROG) $(OBJS) gui/gui.a $(LIBS) .PHONY: gui/gui.a -- GitLab