From 22b8da87c79b07200492c01ccd98dde8f6a8de2f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 4 Dec 2008 23:52:20 +0000 Subject: Move LDFLAGS to end git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@783 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/jpeg2000/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'converter/other/jpeg2000/Makefile') diff --git a/converter/other/jpeg2000/Makefile b/converter/other/jpeg2000/Makefile index 5bf419ed..f4fee87f 100644 --- a/converter/other/jpeg2000/Makefile +++ b/converter/other/jpeg2000/Makefile @@ -60,8 +60,9 @@ include $(SRCDIR)/common.mk LIBOPTS = $(shell $(LIBOPT) $(NETPBMLIB) $(JASPERLIB_USE)) $(BINARIES): %: %.o $(JASPERLIB_DEP) $(NETPBMLIB) $(LIBOPT) - $(LD) $(LDFLAGS) $(MATHLIB) $(LDLIBS) -o $@ $< \ - $(LIBOPTS) $(JASPERDEPLIBS) -lm $(RPATH) $(LADD) + $(LD) -o $@ $< \ + $(LIBOPTS) $(JASPERDEPLIBS) $(MATHLIB) $(RPATH) \ + $(LDFLAGS) $(LDLIBS) $(LADD) $(INTERNAL_JASPERLIB): $(BUILDDIR)/$(SUBDIR)/libjasper FORCE $(MAKE) -f $(SRCDIR)/$(SUBDIR)/libjasper/Makefile \ -- cgit 1.4.1