[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:43 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6307f4d

The following commit has been merged in the master branch:
commit 6307f4db9f5d1b4fc2c5932f7bacac6e6329d7c9
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Tue Nov 9 16:41:19 2004 +0000

    Minor bugfix
---
 src/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/Makefile b/src/Makefile
index fb491fa..20f9d30 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -195,7 +195,7 @@ mn.cpp: ./mn.sh
 
 # ******************************************************************************
 # Targets
-.PHONY: all bin check ctags doc                  \
+.PHONY: all bin check ctags doc                                        \
         clean mostlyclean distclean maintainer-clean                   \
         install install-archive install-header                         \
         install-sharedlib install-lib                                  \
@@ -212,12 +212,12 @@ $(ARCHIVE): $(ARCHIVE)($(OBJ))
 	fi
 	$(RANLIB) $@
 
-archive: $(ARCHIVE)
-	touch archive
-
 $(SHAREDLIB): $(SOBJ)
 	$(CXX) $^ $(LDFLAGS_SHARED) -o $@
 
+archive: $(ARCHIVE)
+	@touch archive
+
 sharedlib: $(SHAREDLIB)
 	@touch sharedlib
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list