From 6d386838323173e0dc25ec129f8e248dc80b0b21 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 14 Apr 2006 01:26:51 +0000 Subject: Fix mingw compile svn-id: r21865 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3