[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:51 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=e20a47a
The following commit has been merged in the master branch:
commit e20a47ab05d99d7794093e89657aaac35831455d
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Tue Oct 2 03:50:09 2007 +0000
Tweak.
---
Makefile | 4 +---
config/Makefile.in | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
index 520b20b..446d9cc 100644
--- a/Makefile
+++ b/Makefile
@@ -41,9 +41,7 @@ config:
cd config && $(MAKE) -f config.make $(MAKECMDGOALS)
xmpsdk: config/config.mk
- if test "x$(ENABLE_XMP)" = "x1" ; then \
- cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS); \
- fi;
+ if test "x$(ENABLE_XMP)" = "x1"; then cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS); fi;
mostlyclean clean: config/config.mk
cd src && $(MAKE) $(MAKECMDGOALS)
diff --git a/config/Makefile.in b/config/Makefile.in
index e74703d..ac70429 100644
--- a/config/Makefile.in
+++ b/config/Makefile.in
@@ -41,9 +41,7 @@ config:
cd config && $(MAKE) -f config.make $(MAKECMDGOALS)
xmpsdk: config/config.mk
- if test "x$(ENABLE_XMP)" = "x1" ; then \
- cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS); \
- fi;
+ if test "x$(ENABLE_XMP)" = "x1"; then cd xmpsdk/src && $(MAKE) $(MAKECMDGOALS); fi;
mostlyclean clean: config/config.mk
cd src && $(MAKE) $(MAKECMDGOALS)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list