changeset 26966:559e8d22f614

Remove unnecessary -o option from windres invocation.
author diego
date Fri, 06 Jun 2008 17:15:32 +0000
parents 3fe9b7d8e4b2
children 36d46980c833
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jun 06 16:21:41 2008 +0000
+++ b/Makefile	Fri Jun 06 17:15:32 2008 +0000
@@ -753,7 +753,7 @@
 	./version.sh `$(CC) -dumpversion`
 
 osdep/mplayer-rc.o: osdep/mplayer.rc version.h
-	$(WINDRES) -I. -o $@ $<
+	$(WINDRES) -I. $< $@