From 6fcbe2f8a7e9c6bb8f6b41a876397a11f3a336c1 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Nov 2006 11:26:53 +0000 Subject: all should be the first target. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21210 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep') diff --git a/osdep/Makefile b/osdep/Makefile index ddfe5b133a..a74e8678d1 100644 --- a/osdep/Makefile +++ b/osdep/Makefile @@ -45,6 +45,8 @@ CFLAGS = -I. -I.. $(OPTFLAGS) .c.o: $(CC) -c $(CFLAGS) -o $@ $< +all: $(LIBNAME) + mplayer-rc.o: mplayer.rc windres -o $@ $< @@ -52,8 +54,6 @@ $(LIBNAME): $(OBJS) $(AR) r $@ $^ $(RANLIB) $@ -all: $(LIBNAME) - clean: rm -f *.o *.a *~ -- cgit v1.2.3