[rtmpdump] r501 - trunk/Makefile

hyc subversion at mplayerhq.hu
Tue Jun 1 15:03:15 CEST 2010


Author: hyc
Date: Tue Jun  1 15:03:14 2010
New Revision: 501

Log:
drop unused MF variable

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Tue Jun  1 15:01:05 2010	(r500)
+++ trunk/Makefile	Tue Jun  1 15:03:14 2010	(r501)
@@ -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


More information about the rtmpdump mailing list