From 4b9154ee34b3c4aa8523c1cf03c437b26a1bc51c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 4 Jan 2007 16:32:03 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11768 --- Makefile.incl | 1 - checkin_notes | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.incl b/Makefile.incl index 390ae01290..a24a93757f 100644 --- a/Makefile.incl +++ b/Makefile.incl @@ -13,7 +13,6 @@ SCHED_LIB = -L$(top_builddir)/sched -lsched BOINC_LIB = -L$(top_builddir)/lib -lboinc AM_CPPFLAGS = \ - @PICFLAGS@ \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/api \ -I$(top_srcdir)/db \ diff --git a/checkin_notes b/checkin_notes index a1b6c25dc0..e677972504 100755 --- a/checkin_notes +++ b/checkin_notes @@ -71,3 +71,9 @@ David 4 Jan 2007 ViewWorkGrid.cpp html/inc/ user.inc + +David 4 Jan 2007 + - removed PICFLAGS from AM_CPP_FLAGS. + Compiling everything position-independent slows it down. + + Makefile.incl