Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-08-31 22:22:14 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-08-31 22:22:14 (GMT)
commit5dc8d636f06a2497d16084aba259c05495df4a7c (patch)
tree0dcc8c40f4d22a6ec494e56bfb3e635a98b4ea81
parent1790d49f60a86ed5d937d1c94f72ab31e53e8aa9 (diff)
Little typo but was breaking the makefile.
-rw-r--r--Makefile.mingw.in4
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