1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-24 05:18:47 +00:00

install depends on all.

This commit is contained in:
Nicholas Marriott 2009-05-14 00:09:02 +00:00
parent de79ce38a5
commit 9ff8c354ab

View File

@ -1,4 +1,4 @@
# $Id: GNUmakefile,v 1.99 2009-05-14 00:06:59 nicm Exp $
# $Id: GNUmakefile,v 1.100 2009-05-14 00:09:02 nicm Exp $
.PHONY: clean
@ -47,7 +47,7 @@ depend: $(SRCS)
clean:
rm -f tmux *.o .depend *~ *.core *.log compat/*.o
install:
install: all
$(INSTALLDIR) $(DESTDIR)$(PREFIX)/bin
$(INSTALLBIN) tmux $(DESTDIR)$(PREFIX)/bin/tmux
$(INSTALLDIR) $(DESTDIR)$(PREFIX)/man/man1