Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-updates-src > by-pkgid > 625b16292cbc03ed6b6f5ce3adeac02a > files > 2

exiv2-0.24-5.1.mga5.src.rpm

Index: exiv2-0.24/src/Makefile
===================================================================
--- exiv2-0.24.orig/src/Makefile
+++ exiv2-0.24/src/Makefile
@@ -215,7 +215,7 @@ ifdef DEP_TRACKING
 endif
 
 # Be sure to rewrite exv_conf.h before compiling anything
-$(SRC): exv_conf.h
+$(OBJ): exv_conf.h
 
 exv_conf.h: $(top_srcdir)/config/config.h
 	LC_ALL=C sed 's/#define \([A-Z]\)/#define EXV_\1/; s/#undef \([A-Z]\)/#undef EXV_\1/' < $< > $@