aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux/dump_syms/Makefile
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-09-28 18:14:48 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-09-28 18:14:48 +0000
commit68004c84d6b852cfd4096cd211d2f8d3ff1d9f48 (patch)
tree84eae19b2fa516d9075a54a3e28e9af6f7b5adc5 /src/tools/linux/dump_syms/Makefile
parentFix compiler warning C4245: signed/unsigned mismatch when converting between (diff)
downloadbreakpad-68004c84d6b852cfd4096cd211d2f8d3ff1d9f48.tar.xz
Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me
http://groups.google.com/group/google-breakpad-dev/browse_thread/thread/e4cbdbf7ddaf7f51 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@218 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/tools/linux/dump_syms/Makefile')
-rw-r--r--src/tools/linux/dump_syms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/linux/dump_syms/Makefile b/src/tools/linux/dump_syms/Makefile
index 8e969586..7d74abad 100644
--- a/src/tools/linux/dump_syms/Makefile
+++ b/src/tools/linux/dump_syms/Makefile
@@ -23,7 +23,7 @@ guid_creator.o:../../../common/linux/guid_creator.cc
file_id.o:../../../common/linux/file_id.cc
$(CXX) $(CXXFLAGS) -c $^
-md5.o:../../../common/linux/md5.c
+md5.o:../../../common/md5.c
$(CC) $(CXXFLAGS) -c $^
clean: