mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	install -d, from tobiasu.
This commit is contained in:
		
							
								
								
									
										6
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								Makefile
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
# $Id: Makefile,v 1.49 2007-11-27 19:23:33 nicm Exp $
 | 
			
		||||
# $Id: Makefile,v 1.50 2007-11-30 13:54:18 nicm Exp $
 | 
			
		||||
 | 
			
		||||
.SUFFIXES: .c .o .y .h
 | 
			
		||||
.PHONY: clean update-index.html upload-index.html
 | 
			
		||||
@@ -49,8 +49,8 @@ CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
 | 
			
		||||
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
 | 
			
		||||
 | 
			
		||||
PREFIX?= /usr/local
 | 
			
		||||
INSTALLBIN= install -g bin -o root -m 555
 | 
			
		||||
INSTALLMAN= install -g bin -o root -m 444
 | 
			
		||||
INSTALLBIN= install -d -g bin -o root -m 555
 | 
			
		||||
INSTALLMAN= install -d -g bin -o root -m 444
 | 
			
		||||
 | 
			
		||||
LDFLAGS+= -L/usr/local/lib
 | 
			
		||||
.ifdef PROFILE
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user