Chromium Code Reviews| Index: Makefile |
| diff --git a/Makefile b/Makefile |
| index ccd39be9604b4248e76e1da27ae00a3c1049f6b9..ae72a6d5b2d2f7d243651d3448c86ce8654cddd8 100644 |
| --- a/Makefile |
| +++ b/Makefile |
| @@ -19,7 +19,7 @@ CXXFLAGS += -Wall -Werror |
| all: $(REPORTER_BINS) |
| $(CRASH_REPORTER): crash_reporter.o $(CRASH_OBJS) |
| - $(CXX) $(CXXFLAGS) $^ -lcrash $(REPORTER_LIBS) -o $@ |
| + $(CXX) $(CXXFLAGS) $^ $(REPORTER_LIBS) -o $@ |
| tests: $(TEST_BINS) |