|
From: Nicholas N. <nj...@ca...> - 2004-02-26 09:06:30
|
CVS commit by nethercote:
Move the '-lm' link flag to the end of the command line, so it works for
everyone.
M +1 -1 Makefile.am 1.3
--- valgrind/massif/hp2ps/Makefile.am #1.2:1.3
@@ -37,5 +37,5 @@
Shade.c \
Utilities.c
-hp2ps_LDFLAGS = -lm
+hp2ps_LDADD = -lm
noinst_HEADERS = \
|