Fredrik Fornwall
6 years ago
2 changed files with 2 additions and 15 deletions
@ -1,12 +0,0 @@ |
|||||
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 |
|
Loading…
Reference in new issue