From 9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec Mon Sep 17 00:00:00 2001 From: Nicholas Marriott <nicholas.marriott@gmail.com> Date: Thu, 14 May 2009 00:09:02 +0000 Subject: [PATCH] install depends on all. --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index c96caf01..dc90b3ca 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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