[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:37:11 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=6fd5c01
The following commit has been merged in the master branch:
commit 6fd5c0127e9230dcc84769664a03dbbdd170e5b9
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Sun Jun 19 06:59:31 2005 +0000
Bugfix - use explicit rule to compile path-test.cpp
---
src/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile b/src/Makefile
index 57a1892..2ccc3e4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -148,7 +148,7 @@ $(OBJ): %.o: %.cpp | $(DEPDIR)
@$(MAKEDEPEND)
@$(POSTDEPEND)
-$(sort $(BINOBJ) $(EXIV2OBJ) $(MCOBJ)): %.o: %.cpp | $(DEPDIR)
+$(sort $(BINOBJ) $(EXIV2OBJ) $(MCOBJ) path-test.o): %.o: %.cpp | $(DEPDIR)
$(COMPILE.cc) -o $@ $<
@$(MAKEDEPEND)
@$(POSTDEPEND)
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list