From c92003e082adbe60975da2701eac1ba03ecba486 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor <iant@google.com> Date: Sat, 1 Dec 2007 06:50:09 +0000 Subject: Compile shared library code with -fPIC. Also, alphabetize. --- gold/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gold/Makefile.in') diff --git a/gold/Makefile.in b/gold/Makefile.in index cae5524..9345701 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -78,7 +78,7 @@ am__objects_1 = archive.$(OBJEXT) common.$(OBJEXT) \ merge.$(OBJEXT) object.$(OBJEXT) options.$(OBJEXT) \ output.$(OBJEXT) parameters.$(OBJEXT) readsyms.$(OBJEXT) \ reloc.$(OBJEXT) resolve.$(OBJEXT) script.$(OBJEXT) \ - symtab.$(OBJEXT) stringpool.$(OBJEXT) target-select.$(OBJEXT) \ + stringpool.$(OBJEXT) symtab.$(OBJEXT) target-select.$(OBJEXT) \ version.$(OBJEXT) workqueue.$(OBJEXT) \ workqueue-threads.$(OBJEXT) am__objects_2 = @@ -307,8 +307,8 @@ CCFILES = \ reloc.cc \ resolve.cc \ script.cc \ - symtab.cc \ stringpool.cc \ + symtab.cc \ target-select.cc \ version.cc \ workqueue.cc \ -- cgit v1.1