Index: doc/theses/colby_parsons_MMAth/Makefile
===================================================================
--- doc/theses/colby_parsons_MMAth/Makefile	(revision 14e105369536401baf2229cef802a60315acf849)
+++ doc/theses/colby_parsons_MMAth/Makefile	(revision fb4b283bbc76638da5f16a8bb71b3a3d0c281ce9)
@@ -6,5 +6,5 @@
 TeXLIB = .:style:text:${Macros}:${Build}:../../bibliography:
 LaTeX  = TEXINPUTS=${TeXLIB} && export TEXINPUTS && latex -halt-on-error -output-directory=${Build}
-BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex -terse
+BibTeX = BIBINPUTS=${TeXLIB} && export BIBINPUTS && bibtex
 
 MAKEFLAGS = --no-print-directory --silent #
@@ -117,5 +117,5 @@
 	# Must have *.aux file containing citations for bibtex
 	if [ ! -r ${basename $@}.aux ] ; then ${LaTeX} ${basename $@}.tex ; fi
-	-${BibTeX} ${Build}/${basename $@}
+	${BibTeX} ${Build}/${basename $@}
 	# Some citations reference others so run again to resolve these citations
 #	${LaTeX} ${basename $@}.tex
