diff -Naur x264-snapshot-20100905-2245/Makefile x264-snapshot-20100905-2245-magellan/Makefile --- x264-snapshot-20100905-2245/Makefile 2010-09-05 22:45:07.000000000 +0200 +++ x264-snapshot-20100905-2245-magellan/Makefile 2010-09-06 22:20:15.000000000 +0200 @@ -121,7 +121,7 @@ .PHONY: all default fprofiled clean distclean install uninstall dox test testclean -default: $(DEP) x264$(EXE) +default: $(DEP) libx264.a: .depend $(OBJS) $(OBJASM) $(AR) rc libx264.a $(OBJS) $(OBJASM) @@ -196,7 +196,7 @@ rm -f config.mak config.h config.log x264.pc rm -rf test/ -install: x264$(EXE) $(SONAME) +install: libx264.a $(SONAME) install -d $(DESTDIR)$(bindir) install -d $(DESTDIR)$(includedir) install -d $(DESTDIR)$(libdir) @@ -204,7 +204,6 @@ install -m 644 x264.h $(DESTDIR)$(includedir) install -m 644 libx264.a $(DESTDIR)$(libdir) install -m 644 x264.pc $(DESTDIR)$(libdir)/pkgconfig - install x264$(EXE) $(DESTDIR)$(bindir) $(RANLIB) $(DESTDIR)$(libdir)/libx264.a ifeq ($(SYS),MINGW) $(if $(SONAME), install -m 755 $(SONAME) $(DESTDIR)$(bindir))