From aca5cefd93140251ba41fc652c42de6796c263a3 Mon Sep 17 00:00:00 2001 From: hyc Date: Tue, 1 Jun 2010 13:03:14 +0000 Subject: [PATCH] drop unused MF variable git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@501 400ebc74-4327-4243-bc38-086b20814532 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4498108..b9b667f 100644 --- a/Makefile +++ b/Makefile @@ -66,7 +66,7 @@ clean: FORCE: $(LIBRTMP): FORCE - @cd librtmp; $(MAKE) $(MF) all + @cd librtmp; $(MAKE) all # note: $^ is GNU Make's equivalent to BSD $> # we use both since either make will ignore the one it doesn't recognize -- 2.50.1