[gimp] Bug 780270 - MinGW build fail on Windows, wrong definition in...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 780270 - MinGW build fail on Windows, wrong definition in...
- Date: Sun, 19 Mar 2017 19:19:23 +0000 (UTC)
commit 2226fb1dc814d015977ea6f7d5bedcb6ca557627
Author: Michael Natterer <mitch gimp org>
Date: Sun Mar 19 20:17:46 2017 +0100
Bug 780270 - MinGW build fail on Windows, wrong definition in...
...icons/Symbolic-Inverted/Makefile.am (BUILD_EXEEXT should read EXEEXT)
Use EXEEXT instead of BUILD_EXEEXT.
icons/Symbolic-Inverted/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/icons/Symbolic-Inverted/Makefile.am b/icons/Symbolic-Inverted/Makefile.am
index 3688cbb..e57f2dc 100644
--- a/icons/Symbolic-Inverted/Makefile.am
+++ b/icons/Symbolic-Inverted/Makefile.am
@@ -32,13 +32,13 @@ scalable/gimp-color-picker-white.svg: $(top_builddir)/icons/Symbolic/scalable/gi
mkdir -p scalable && $(top_builddir)/tools/invert-svg $< $@
# Rule for all other scalable icons.
-scalable/%.svg: ../Symbolic/scalable/%.svg $(top_builddir)/tools/invert-svg$(BUILD_EXEEXT)
+scalable/%.svg: ../Symbolic/scalable/%.svg $(top_builddir)/tools/invert-svg$(EXEEXT)
mkdir -p scalable && \
- $(top_builddir)/tools/invert-svg$(BUILD_EXEEXT) $< $@
+ $(top_builddir)/tools/invert-svg$(EXEEXT) $< $@
-24/%.svg: $(top_srcdir)/icons/Symbolic/24/%.svg $(top_builddir)/tools/invert-svg$(BUILD_EXEEXT)
+24/%.svg: $(top_srcdir)/icons/Symbolic/24/%.svg $(top_builddir)/tools/invert-svg$(EXEEXT)
mkdir -p 24 && \
- $(top_builddir)/tools/invert-svg$(BUILD_EXEEXT) $< $@
+ $(top_builddir)/tools/invert-svg$(EXEEXT) $< $@
# We are basically repeating the same rule for every subdirectory, which
# is very dirty. But this is the only way we found to have a rule
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]