summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-07-25 10:52:07 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-07-25 10:53:45 +0100
commit01e290457175d953e228eafe1625117edc3284b9 (patch)
tree4a3c91c3011a6d431f3259a36657b18034505073
parentf49c55ecd35a7436194d28297f6d6f20eb6a66fa (diff)
win32.mak: update-exports: use top_srcdir
-rw-r--r--win32.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32.mak b/win32.mak
index 87cd346..ab25836 100644
--- a/win32.mak
+++ b/win32.mak
@@ -61,9 +61,9 @@ check-exports:
update-exports:
make check-exports 2>&1 | patch -p1
- git add win32/common/libgst*.def
- git diff --cached -- win32/common/
- echo '^^^--- updated and staged changes above'
+ git add $(top_srcdir)/win32/common/libgst*.def
+ git diff --cached -- $(top_srcdir)/win32/common/
+ echo '^^^--- updated and staged changes above (excluding libgstgl.def)'
# complain about nonportable printf format strings (%lld, %llu, %zu etc.)
check-nonportable-print-format: