summaryrefslogtreecommitdiffstats
path: root/osdep
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 11:26:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-11-25 11:26:53 +0000
commit6fcbe2f8a7e9c6bb8f6b41a876397a11f3a336c1 (patch)
tree995fc8b5176c8c7d6abac32a1284350f9dd7da7a /osdep
parentc913e7dba1452be730c8ba8368a0515594d3f27a (diff)
downloadmpv-6fcbe2f8a7e9c6bb8f6b41a876397a11f3a336c1.tar.bz2
mpv-6fcbe2f8a7e9c6bb8f6b41a876397a11f3a336c1.tar.xz
all should be the first target.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21210 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
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 *~