# HG changeset patch # User diego # Date 1164454013 0 # Node ID e85426c3beb40d266ea32eeb8be98a9d35e2d094 # Parent a067e7e18b5028e0949d4971db8253492da7d697 all should be the first target. diff -r a067e7e18b50 -r e85426c3beb4 osdep/Makefile --- a/osdep/Makefile Sat Nov 25 11:20:02 2006 +0000 +++ b/osdep/Makefile Sat Nov 25 11:26:53 2006 +0000 @@ -45,6 +45,8 @@ .c.o: $(CC) -c $(CFLAGS) -o $@ $< +all: $(LIBNAME) + mplayer-rc.o: mplayer.rc windres -o $@ $< @@ -52,8 +54,6 @@ $(AR) r $@ $^ $(RANLIB) $@ -all: $(LIBNAME) - clean: rm -f *.o *.a *~