[vlc-commits] contrib: d3d9: actually sum

Rémi Denis-Courmont git at videolan.org
Mon Feb 20 21:48:13 CET 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Feb 20 22:37:29 2017 +0200| [d3d5247623fae0fa56da3f0d9a68f02c371d904e] | committer: Rémi Denis-Courmont

contrib: d3d9: actually sum

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3d5247623fae0fa56da3f0d9a68f02c371d904e
---

 contrib/src/d3d9/rules.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/d3d9/rules.mak b/contrib/src/d3d9/rules.mak
index 9da2591..69b4488 100644
--- a/contrib/src/d3d9/rules.mak
+++ b/contrib/src/d3d9/rules.mak
@@ -27,11 +27,11 @@ $(TARBALLS)/d3d9.h:
 
 .sum-d3d9: $(TARBALLS)/d3d9caps.h $(TARBALLS)/d3d9.h
 
-$(DST_D3D9CAPS_H): $(TARBALLS)/d3d9caps.h
+$(DST_D3D9CAPS_H): $(TARBALLS)/d3d9caps.h .sum-d3d9
 	mkdir -p -- "$(PREFIX)/include/"
 	cp $(TARBALLS)/d3d9caps.h $@ && cd "$(PREFIX)/include/" && patch -fp1 < ../$(SRC)/d3d9/d3d9caps.patch
 
-$(DST_D3D9_H): $(TARBALLS)/d3d9.h
+$(DST_D3D9_H): $(TARBALLS)/d3d9.h .sum-d3d9
 	mkdir -p -- "$(PREFIX)/include/"
 	cp $(TARBALLS)/d3d9.h $@ && cd "$(PREFIX)/include/" && patch -fp1 < ../$(SRC)/d3d9/d3d9.patch
 



More information about the vlc-commits mailing list