diff options
Diffstat (limited to 'converter/ppm/ppmtompeg/Makefile')
-rw-r--r-- | converter/ppm/ppmtompeg/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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) |