]> granicus.if.org Git - rtmpdump/commitdiff
drop unused MF variable
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 1 Jun 2010 13:03:14 +0000 (13:03 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Tue, 1 Jun 2010 13:03:14 +0000 (13:03 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@501 400ebc74-4327-4243-bc38-086b20814532

Makefile

index 44981083c8ed8c7bc6baff8dff1056b7e65b7bc4..b9b667f08038f35d7c01d4c21f4fb5c6bc6cd5b8 100644 (file)
--- 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