Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2012-01-03 17:19:56 +0000
committerEugene Tarassov2012-01-03 17:19:56 +0000
commit3c5fa3ba770441a4a120e5828df25e61f7ecebfd (patch)
treeb4ff471847d59bebd7ff7dbe1aaad7df909eeab0
parent2b8bb173f6964e4acf6ce85e51f9b5d102291318 (diff)
downloadorg.eclipse.tcf.agent-3c5fa3ba770441a4a120e5828df25e61f7ecebfd.tar.gz
org.eclipse.tcf.agent-3c5fa3ba770441a4a120e5828df25e61f7ecebfd.tar.xz
org.eclipse.tcf.agent-3c5fa3ba770441a4a120e5828df25e61f7ecebfd.zip
TCF Agent: Makefile changed to allow building the agent without building libtcf.a0.6.0
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdb8a946..0991e7a4 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ CCDEPS += $(EXTRA_CCDEPS)
override CFLAGS += $(OPTS)
-$(LIBTCF) : $(OFILES)
+$(BINDIR)/libtcf$(EXTLIB) : $(OFILES)
$(AR) $(AR_FLAGS) $(AR_OUT_F)$@ $^
$(RANLIB)

Back to the top