[gcompris] Little typo but was breaking the makefile.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris] Little typo but was breaking the makefile.
- Date: Mon, 31 Aug 2009 22:22:49 +0000 (UTC)
commit 5dc8d636f06a2497d16084aba259c05495df4a7c
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Tue Sep 1 00:22:14 2009 +0200
Little typo but was breaking the makefile.
Makefile.mingw.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index fd08a89..5e6a019 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -26,7 +26,7 @@ NEEDED_DLLS = $(GNUCHESS_TOP)/bin/pthreadGC2.dll \
$(GTK_TOP)/bin/jpeg62.dll \
$(GTK_TOP)/bin/libatk-1.0-0.dll \
$(GTK_TOP)/bin/libcairo-2.dll \
- $(GTK_TOP)/bin/libexpat.dll \
+ $(LIBEXPAT_TOP)/bin/libexpat.dll \
$(GTK_TOP)/bin/libgdk-win32-2.0-0.dll \
$(GTK_TOP)/bin/libgdk_pixbuf-2.0-0.dll \
$(GTK_TOP)/bin/libglib-2.0-0.dll \
@@ -153,7 +153,7 @@ prep: Makefile.mingw
find $(GCOMPRIS_INSTALL_DIR) -name "*.in" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*~" -exec rm -f {} \;
@echo Remove svg files
- find $(GCOMPRIS_INSTALL_DIR) -name "*.svg" exec rm -f {} \;
+ find $(GCOMPRIS_INSTALL_DIR) -name "*.svg" -exec rm -f {} \;
svg2png:
sed -i "s:\(/[a-zA-Z0-9_-]\+\\.\)svg:\1png:g" boards/*.xml.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]