]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Move the '-lm' link flag to the end of the command line, so it works for
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 26 Feb 2004 09:04:38 +0000 (09:04 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 26 Feb 2004 09:04:38 +0000 (09:04 +0000)
everyone.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2271

massif/hp2ps/Makefile.am

index 8ac9be292236392f6095f3e2ab957110e29e71ec..f979403fafd2cf042157b58b9087eed4d611253c 100644 (file)
@@ -36,7 +36,7 @@ hp2ps_SOURCES = \
        Scale.c         \
        Shade.c         \
        Utilities.c
-hp2ps_LDFLAGS = -lm
+hp2ps_LDADD = -lm
 
 noinst_HEADERS = \
        AreaBelow.h \