diff options
author | Travis Howell | 2006-04-14 01:26:51 +0000 |
---|---|---|
committer | Travis Howell | 2006-04-14 01:26:51 +0000 |
commit | 6d386838323173e0dc25ec129f8e248dc80b0b21 (patch) | |
tree | 2547b4c89ec0fc3e76dd80a5a49800b6872c7ce0 /Makefile | |
parent | b1191c56acfe0334ec2694c30b027c4251be6022 (diff) | |
download | scummvm-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |