From 239fb6dfd81e2e19ec36798f0050933a853814f1 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Thu, 27 Aug 2015 09:29:04 +0000 Subject: [PATCH] Fix to r3898 --- config/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Makefile.in b/config/Makefile.in index 82074f0f..b19b8307 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -83,7 +83,7 @@ addmoddel exifcomment exifvalue httptest iptctest mmap-test stringto-test \ exifdata iotest key-test path-test taglist write2-test write-test \ convert-test exifdata-test exiv2json iptceasy largeiptc-test prevtest tiff-test \ easyaccess-test geotag iptcprint metacopy werror-test xmpparser-test xmpsample xmpparse : - cd samples && $(MAKE) $0 + cd samples && $(MAKE) $(MAKECMDGOALS) MAJOR=$(shell grep "define.*EXIV2_.*_VERSION .*\\d*" src/version.hpp | grep MAJOR | sed -e 's/EXIV2//g' | tr -dC [:digit:]) MINOR=$(shell grep "define.*EXIV2_.*_VERSION .*\\d*" src/version.hpp | grep MINOR | sed -e 's/EXIV2//g' | tr -dC [:digit:])