|
Lines 1-5
Link Here
|
| 1 |
--- src/Makefile.orig |
1 |
--- src/Makefile.orig 2013-12-01 12:13:42 UTC |
| 2 |
+++ src/Makefile |
2 |
+++ src/Makefile |
|
|
3 |
@@ -215,7 +215,7 @@ ifdef DEP_TRACKING |
| 4 |
endif |
| 5 |
|
| 6 |
# Be sure to rewrite exv_conf.h before compiling anything |
| 7 |
-$(SRC): exv_conf.h |
| 8 |
+$(SRC) $(EXIV2SRC): exv_conf.h |
| 9 |
|
| 10 |
exv_conf.h: $(top_srcdir)/config/config.h |
| 11 |
LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef \([A-Z]\)/#undef EXV_\1/' < $< > $@ |
| 3 |
@@ -231,7 +231,7 @@ lib: $(OBJ) |
12 |
@@ -231,7 +231,7 @@ lib: $(OBJ) |
| 4 |
|
13 |
|
| 5 |
$(EXIV2BIN): lib $(EXIV2OBJ) $(EXIV2COBJ) |
14 |
$(EXIV2BIN): lib $(EXIV2OBJ) $(EXIV2COBJ) |