further clean up OS differences in makefiles
No need for if() logic. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
		
				
					committed by
					
						 William Hubbs
						William Hubbs
					
				
			
			
				
	
			
			
			
						parent
						
							9c77502f96
						
					
				
				
					commit
					9a539ebbe1
				
			| @@ -3,4 +3,7 @@ | ||||
|  | ||||
| # Generic definitions | ||||
|  | ||||
| PKG_PREFIX?=	/usr/local | ||||
| SFX=		.BSD.in | ||||
|  | ||||
| LIBKVM?=	-lkvm | ||||
|   | ||||
| @@ -1,5 +1,8 @@ | ||||
| # Copyright (c) 2008 Roy Marples <roy@marples.name> | ||||
| # Released under the 2-clause BSD license. | ||||
|  | ||||
| SFX=		.Linux.in | ||||
| PKG_PREFIX?=	/usr | ||||
|  | ||||
| CPPFLAGS+=	-D_BSD_SOURCE -D_XOPEN_SOURCE=600 | ||||
| LIBDL=		-Wl,-Bdynamic -ldl | ||||
|   | ||||
		Reference in New Issue
	
	Block a user