aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTravis Howell2006-04-14 01:26:51 +0000
committerTravis Howell2006-04-14 01:26:51 +0000
commit6d386838323173e0dc25ec129f8e248dc80b0b21 (patch)
tree2547b4c89ec0fc3e76dd80a5a49800b6872c7ce0 /Makefile
parentb1191c56acfe0334ec2694c30b027c4251be6022 (diff)
downloadscummvm-rg350-6d386838323173e0dc25ec129f8e248dc80b0b21.tar.gz
scummvm-rg350-6d386838323173e0dc25ec129f8e248dc80b0b21.tar.bz2
scummvm-rg350-6d386838323173e0dc25ec129f8e248dc80b0b21.zip
Fix mingw compile
svn-id: r21865
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1c92258f9c..57fe9a7a17 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ uninstall:
rm -rf "$(DESTDIR)$(PREFIX)/share/doc/scummvm/"
scummvmico.o: icons/scummvm.ico
- windres dists/scummvm.rc icons/scummvmico.o
+ windres dists/scummvm.rc scummvmico.o
dist:
$(RM) $(ZIPFILE)