From 86e28372bb9b28a8d62c33c874f395bbbcd395cf Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 7 Dec 2008 01:58:20 +0000 Subject: Release 10.35.57 git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@788 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/ppmtompeg/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'converter/ppm/ppmtompeg') diff --git a/converter/ppm/ppmtompeg/Makefile b/converter/ppm/ppmtompeg/Makefile index 5e923fee..4e0ad8d6 100644 --- a/converter/ppm/ppmtompeg/Makefile +++ b/converter/ppm/ppmtompeg/Makefile @@ -70,15 +70,15 @@ else endif ppmtompeg: $(OBJECTS) $(NETPBMLIB) $(LIBOPT) - $(LD) -o $@ $(LDFLAGS) \ + $(LD) -o $@ \ $(OBJECTS) $(shell $(LIBOPT) $(NETPBMLIB) $(LIBOPTR) $(JPEGLIBX)) \ - $(NETWORKLD) $(MATHLIB) $(LDLIBS) \ + $(NETWORKLD) $(MATHLIB) $(LDFLAGS) $(LDLIBS) \ $(RPATH) $(LADD) profile: $(OBJECTS) $(NETPBMLIB) $(LIBOPT) - $(LD) -o $@ -Bstatic -pg $(LDFLAGS) \ + $(LD) -o $@ -Bstatic -pg \ $(OBJECTS) $(shell $(LIBOPT) $(NETPBMLIB) $(LIBOPTR) $(JPEGLIBX)) \ - $(NETWORKLD) $(MATHLIB) $(LDLIBS) \ + $(NETWORKLD) $(MATHLIB) $(LDFLAGS) $(LDLIBS) \ $(RPATH) $(LADD) -- cgit 1.4.1