From 992e0a16af60a3bd13d0d44a9d31e35db8366af4 Mon Sep 17 00:00:00 2001 From: jasonw Date: Tue, 3 Aug 2010 14:32:11 +0000 Subject: [PATCH] - slight modification to the toplevel Makefile to allow BUILD_ROOT to be set by rpm when building RPMS and to be set to EMPTY if not set. git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@141 3f5042e3-fb1d-0410-be18-d6ca2573e517 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 376f9e8..5b43ca1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -3,7 +3,7 @@ # # Generated by configure -BUILDROOT= +BUILDROOT ?= export MSCHED_HOME=${BUILDROOT}@SPOOLDIR@ export INST_DIR=${BUILDROOT}@prefix@ export DAEMONDEF=@DAEMONDEF@