aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxd/files/patch-Makefile
blob: bb4bba2be05525c2708664f648865653ce8df8c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ../work/wxd/Makefile	Sun Apr 22 20:16:48 2007
+++ Makefile	Sat Jul  7 21:15:31 2007
@@ -1,14 +1,6 @@
 SHELL=/bin/sh
 
-ifndef MAKE
-	BSD=$(shell uname | grep "BSD")
-	ifneq ("$(BSD)" "")
-		#this is a BSD OS
-		MAKE="gmake"
-	else
-		MAKE?="make"
-	endif
-endif
+MAKE="gmake"
 
 OS=$(shell uname)
 ARCH=$(shell (arch 2>/dev/null || uname -m || echo i386) | sed -e s/i.86/x86/ )