diff --git a/checkin_notes b/checkin_notes index 20f90e89c9..c4f38edad1 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2856,3 +2856,10 @@ David 27 Mar 2007 cs_prefs.C lib/ str_util.h + +Walt 27 Mar 2007 + - MGR: Fix Makefile.am to remove whitespace after + continuation character. + + clientgui/ + Makefile.am diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index e4d1dfa5ef..ad577a8fed 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -98,7 +98,7 @@ boinc_gui_SOURCES = \ WizardAttachProject.cpp \ wizardex.cpp \ ../lib/browser.C \ - ../lib/browser_firefox.C \ + ../lib/browser_firefox.C \ $(mac_sources) EXTRA_DIST = *.h \