about summary refs log tree commit diff
path: root/common.mk
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-06-21 20:42:03 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-06-21 20:42:03 +0000
commit04aa5295047a9bdfb538f7321beae49c960e3a8c (patch)
tree7984875ec2f30b6571bae7151bdd9ff8bdaabdb2 /common.mk
parent36ac8433a907b416564a6132a508e7de4e7c8237 (diff)
downloadnetpbm-mirror-04aa5295047a9bdfb538f7321beae49c960e3a8c.tar.gz
netpbm-mirror-04aa5295047a9bdfb538f7321beae49c960e3a8c.tar.xz
netpbm-mirror-04aa5295047a9bdfb538f7321beae49c960e3a8c.zip
Release 10.58.03
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1697 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 01fb6d91..f93c9e0f 100644
--- a/common.mk
+++ b/common.mk
@@ -347,8 +347,8 @@ MATHLIB ?= -lm
 
 # Note that LDFLAGS might contain -L options, so order is important.
 # LDFLAGS is commonly set as an environment variable.
-LDFLAGS_ALL = $(MATHLIB) $(shell $(LIBOPT) $(NETPBMLIB)) \
- $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
+LDFLAGS_ALL = $(shell $(LIBOPT) $(NETPBMLIB)) \
+ $(LDFLAGS) $(LDLIBS) $(MATHLIB) $(RPATH) $(LADD)
 
 $(PORTBINARIES) $(MATHBINARIES): %: %.o $(NETPBMLIB) $(LIBOPT)
 	$(LD) -o $@ $@.o $(LDFLAGS_ALL)