From: hyc Date: Thu, 8 Jul 2010 11:11:47 +0000 (+0000) Subject: Fix install target X-Git-Tag: v2.4~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a3d6003a9745595583015c5b3b24e7bea818790;p=rtmpdump Fix install target git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@545 400ebc74-4327-4243-bc38-086b20814532 --- diff --git a/Makefile b/Makefile index 741e438..75628dd 100644 --- a/Makefile +++ b/Makefile @@ -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)