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

Unified Diff: Makefile

Issue 3389003: Deprecate libcrash.a (Closed) Base URL: http://git.chromium.org/git/dhcpcd.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 e6aa3d231068430bbdec9ee3b9004c827db0a8b5..1591219da0fb73632eb925173ce7d67c9f940fcb 100644
--- a/Makefile
+++ b/Makefile
@@ -27,11 +27,8 @@ _LIBRT_SH= [ "$$(uname -s)" = "Linux" ] && echo "-lrt" || echo ""
_LIBRT!= ${_LIBRT_SH}
LIBRT?= ${_LIBRT}$(shell ${_LIBRT_SH})
-# Chrome OS crash reporting
-LIBCRASH?= -lcrash
-
CFLAGS+= ${DBUSCFLAGS}
-LDADD+= ${DBUSLIBS} ${LIBRT} ${LIBCRASH}
+LDADD+= ${DBUSLIBS} ${LIBRT}
OBJS+= ${SRCS:.c=.o} ${COMPAT_SRCS:.c=.o}
« 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