Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Unified Diff: Makefile

Issue 3413005: Deprecate libcrash.a (Closed) Base URL: http://git.chromium.org/git/metrics.git
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index deb52949810aa01485305e460688d6f13d3bb928..5e3ed14bbab70da02390ddefe01056a34af65fb0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,6 @@ SHAREDLIB = libmetrics.so
LIB_TEST = metrics_library_test
COUNTER_TEST = counter_test
-LCRASH ?= -lcrash
-
TESTCOUNTER_OBJS = \
counter.o \
counter_test.o
@@ -55,7 +53,7 @@ $(COUNTER_TEST): $(TESTCOUNTER_OBJS)
$(CXX) -o $@ $^ $(TESTCOUNTER_LIBS)
$(DAEMON): $(DAEMON_OBJS) $(SHAREDLIB)
- $(CXX) -o $@ $^ $(DAEMON_LDFLAGS) $(LCRASH)
+ $(CXX) -o $@ $^ $(DAEMON_LDFLAGS)
$(DAEMON_TEST): $(TESTDAEMON_OBJS)
$(CXX) -o $@ $^ $(DAEMON_LDFLAGS) $(TESTDAEMON_LIBS)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698