[rtmpdump] r545 - trunk/Makefile

hyc subversion at mplayerhq.hu
Thu Jul 8 13:11:48 CEST 2010


Author: hyc
Date: Thu Jul  8 13:11:47 2010
New Revision: 545

Log:
Fix install target

Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	Thu Jul  8 12:38:33 2010	(r544)
+++ trunk/Makefile	Thu Jul  8 13:11:47 2010	(r545)
@@ -54,7 +54,7 @@ all:	$(LIBRTMP) $(PROGS)
 
 $(PROGS): $(LIBRTMP)
 
-install:	progs
+install:	$(PROGS)
 	-mkdir -p $(BINDIR) $(SBINDIR) $(MANDIR)/man1 $(MANDIR)/man8
 	cp rtmpdump$(EXT) $(BINDIR)
 	cp rtmpgw$(EXT) rtmpsrv$(EXT) rtmpsuck$(EXT) $(SBINDIR)


More information about the rtmpdump mailing list