summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 00:09:02 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-14 00:09:02 +0000
commit9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec (patch)
treec50608079c64e550951468dcdd8e05639cfdaf57 /GNUmakefile
parentde79ce38a546cb7ba5854f78d0da4e212f8f9e30 (diff)
install depends on all.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files 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