Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2013-03-22 21:41:12 +0000
committerEugene Tarassov2013-03-22 21:41:12 +0000
commit79c621a125894d2821d3ba92447f3dc3fd42d68e (patch)
tree3d2ce4f672d91ac8bf52a6b226a54bef5b580a01 /agent/Makefile.inc
parent67d50d5d2e581baeb2a24e6a5d2eb8eb1ab63d4c (diff)
downloadorg.eclipse.tcf.agent-79c621a125894d2821d3ba92447f3dc3fd42d68e.tar.gz
org.eclipse.tcf.agent-79c621a125894d2821d3ba92447f3dc3fd42d68e.tar.xz
org.eclipse.tcf.agent-79c621a125894d2821d3ba92447f3dc3fd42d68e.zip
TCF Agent: initial implementation of generic Profiler service
Diffstat (limited to 'agent/Makefile.inc')
-rw-r--r--agent/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 6becabdb..2232cf4b 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -131,7 +131,7 @@ INIT = /etc/init.d
HFILES = $(foreach dir,$(SRCDIRS),$(wildcard $(TCF_AGENT_DIR)/$(dir)/*.h))
CFILES = $(foreach fnm,$(foreach dir,$(SRCDIRS),$(wildcard $(TCF_AGENT_DIR)/$(dir)/*.c)),$(subst ^$(TCF_AGENT_DIR)/,,^$(fnm)))
-OFILES = $(addprefix $(BINDIR)/,$(addsuffix $(EXTOBJ),$(basename $(filter-out tcf/main/main%,$(CFILES)))))
+OFILES = $(addprefix $(BINDIR)/,$(sort $(addsuffix $(EXTOBJ),$(basename $(filter-out tcf/main/main%,$(CFILES))))))
EXECS = $(addprefix $(BINDIR)/,agent$(EXTEXE) client$(EXTEXE) tcfreg$(EXTEXE) valueadd$(EXTEXE) tcflog$(EXTEXE))
ifeq ($(OPSYS),Cygwin)

Back to the top