Move the '-lm' link flag to the end of the command line, so it works for
everyone.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2271 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/massif/hp2ps/Makefile.am b/massif/hp2ps/Makefile.am
index 8ac9be2..f979403 100644
--- a/massif/hp2ps/Makefile.am
+++ b/massif/hp2ps/Makefile.am
@@ -36,7 +36,7 @@
 	Scale.c		\
 	Shade.c 	\
 	Utilities.c
-hp2ps_LDFLAGS = -lm
+hp2ps_LDADD = -lm
 
 noinst_HEADERS = \
        AreaBelow.h \