Mercurial > mplayer.hg
changeset 22526:cbf425ba6a96
Give the library generation target a more sensible name.
author | diego |
---|---|
date | Tue, 13 Mar 2007 10:14:05 +0000 |
parents | c82f0b263d10 |
children | 5dc92a83d58a |
files | mpcommon.mak |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mpcommon.mak Tue Mar 13 00:37:29 2007 +0000 +++ b/mpcommon.mak Tue Mar 13 10:14:05 2007 +0000 @@ -9,7 +9,7 @@ LIBS = $(LIBNAME) $(LIBNAME2) -all: $(LIBS) +libs: $(LIBS) $(LIBNAME): $(OBJS) $(LIBNAME2): $(OBJS2) @@ -28,4 +28,4 @@ -include .depend -.PHONY: all clean distclean dep depend +.PHONY: libs clean distclean dep depend