summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-07-25 10:56:08 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-07-25 10:56:08 +0100
commit2c316907f68608ab94b952bcf6f18b68668dd53c (patch)
treefa178db827ff623fde618a21509394926c5f1da9
parentb28f24c3a400c477cc0e21b7c76022a644811250 (diff)
win32.mak: update-exports: undo confusing log message
That wasn't meant to go in, it's for all modules after all.
-rw-r--r--win32.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32.mak b/win32.mak
index 06fba58..6060532 100644
--- a/win32.mak
+++ b/win32.mak
@@ -66,7 +66,7 @@ update-exports:
fi
git add $(top_srcdir)/win32/common/libgst*.def
git diff --cached -- $(top_srcdir)/win32/common/
- echo '^^^--- updated and staged changes above (excluding libgstgl.def)'
+ echo '^^^--- updated and staged changes above'
# complain about nonportable printf format strings (%lld, %llu, %zu etc.)
check-nonportable-print-format: