From d9218cb35688033a78f936e963a4ca3572cfdb29 Mon Sep 17 00:00:00 2001 From: Eric Petit Date: Sun, 7 Aug 2005 17:17:05 +0000 Subject: [PATCH] Run ranlib after make install (OS X needs that) git-svn-id: svn://svn.videolan.org/x264/trunk@282 df754926-b1dd-0310-bc7b-ec298dee348c --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 561aef8b..79c60f17 100644 --- a/Makefile +++ b/Makefile @@ -96,6 +96,7 @@ install: x264 install -m 644 x264.h $(DESTDIR)$(includedir) install -m 644 libx264.a $(DESTDIR)$(libdir) install x264 $(DESTDIR)$(bindir) + ranlib $(DESTDIR)$(libdir)/libx264.a etags: TAGS -- 2.50.0