You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
334 B

diff -u -r ../jhead-2.97/makefile ./makefile
--- ../jhead-2.97/makefile 2013-01-30 18:02:56.000000000 +0100
+++ ./makefile 2014-01-20 06:52:58.000000000 +0100
@@ -14,7 +14,7 @@
${CC} $(CFLAGS) -c $< -o $@
jhead: $(objs) jhead.h
- ${CC} -o jhead $(objs) -lm
+ ${CC} $(LDFLAGS) -o jhead $(objs) -lm
clean:
rm -f $(objs) jhead