diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 00:09:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-14 00:09:02 +0000 |
commit | 9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec (patch) | |
tree | c50608079c64e550951468dcdd8e05639cfdaf57 | |
parent | de79ce38a546cb7ba5854f78d0da4e212f8f9e30 (diff) | |
download | rtmux-9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec.tar.gz rtmux-9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec.tar.bz2 rtmux-9ff8c354ab8a174e40edc3b82ef5cf1f8e3341ec.zip |
install depends on all.
-rw-r--r-- | GNUmakefile | 4 |
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 |