From 6a448862c79ad4854766b20a16fee5f07060d00a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 20 May 2012 18:06:30 +0100 Subject: [PATCH] Use gmake to build CEDET on BSD --- recipes/cedet.rcp | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/cedet.rcp b/recipes/cedet.rcp index 50ff7384..a9b8e46f 100644 --- a/recipes/cedet.rcp +++ b/recipes/cedet.rcp @@ -4,6 +4,7 @@ :type bzr :url "bzr://cedet.bzr.sourceforge.net/bzrroot/cedet/code/trunk" :build ("touch `find . -name Makefile`" "make") + :build/berkeley-unix ("touch `find . -name Makefile`" "gmake") :build/windows-nt ("echo #!/bin/sh > tmp.sh & echo touch `/usr/bin/find . -name Makefile` >> tmp.sh & echo make FIND=/usr/bin/find >> tmp.sh" "sed 's/^M$//' tmp.sh > tmp2.sh" "sh ./tmp2.sh" "rm ./tmp.sh ./tmp2.sh")