diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-11-18 21:40:27 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2011-11-18 21:40:27 +0000 |
commit | 84571a2b91463ec91be12699b3c28b3db456ab94 (patch) | |
tree | daa0c44846d8a218e42bc663ff2b1b58b6b0169c /src/tools/solaris/dump_syms | |
parent | Correct bug introduced by last commit: Interface on Breakpad is incorrect. (diff) | |
download | breakpad-84571a2b91463ec91be12699b3c28b3db456ab94.tar.xz |
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@887 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/tools/solaris/dump_syms')
-rw-r--r-- | src/tools/solaris/dump_syms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/solaris/dump_syms/Makefile b/src/tools/solaris/dump_syms/Makefile index f0a4c11a..ff77105c 100644 --- a/src/tools/solaris/dump_syms/Makefile +++ b/src/tools/solaris/dump_syms/Makefile @@ -54,8 +54,8 @@ guid_creator.o:../../../common/solaris/guid_creator.cc file_id.o:../../../common/solaris/file_id.cc $(CXX) $(CXXFLAGS) -c $^ -md5.o:../../../common/md5.c - $(CC) $(CXXFLAGS) -c $^ +md5.o:../../../common/md5.cc + $(CXX) $(CXXFLAGS) -c $^ test:all ./run_regtest.sh |