From 60613ce46b4341902d1e1c61fb4e6caf08c37089 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Thu, 21 Feb 2013 17:48:46 -0800 Subject: cleanup mvn location --- Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dde25de..89f9ffd 100644 --- a/Makefile +++ b/Makefile @@ -25,14 +25,7 @@ HEADLESS_DIR=headless RSTESTER_DIR=rsTester DOC_DIR=doc -UNAME := $(shell uname) -ifeq ($(UNAME), Linux) MVN_EXE=`which mvn` -# MVN_EXE=/usr/local/apache-maven-3.0.4/bin/mvn -else -# Non-Linux platfoms not yet supported -MVN_EXE=`which mvn` -endif define profile .PHONY: profile-$1 -- cgit v1.2.3