summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2005-10-12 21:57:03 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2005-10-12 21:57:03 +0000
commit7b0d5912fdc7bad48d5ce46ba69e856c57924640 (patch)
tree50117e98034e7386dc5d71e637cdee6b326949f0
parente77078881504fda3799243afb44f97e61fc1123c (diff)
downloadds-7b0d5912fdc7bad48d5ce46ba69e856c57924640.tar.gz
ds-7b0d5912fdc7bad48d5ce46ba69e856c57924640.tar.xz
ds-7b0d5912fdc7bad48d5ce46ba69e856c57924640.zip
[167982] Service Pack framework
fixed RHEL build failure: should have used simply expanded variable when generating a temporary directory name to store the 7.1 RTM package.
-rw-r--r--ldap/cm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile
index dc64fe48..0c8dc164 100644
--- a/ldap/cm/Makefile
+++ b/ldap/cm/Makefile
@@ -218,8 +218,8 @@ ABSBUILD_ROOT = $(shell cd $(BUILD_ROOT); pwd)
ABSRELDIR = $(ABSBUILD_ROOT)/built/release
GENRPMPATCH = $(ABSBUILD_ROOT)/ldap/cm/genRpmPatch.pl
PATCHINF = $(ABSBUILD_ROOT)/ldap/cm/fedora-patch.inf
-DATETIME = $(shell date +%Y%m%d-%H%M%S)
-SPEXT = .SP.$(DATETIME)
+DATETIME := $(shell date +%Y%m%d-%H%M%S)
+SPEXT := .SP.$(DATETIME)
# This is the directory where we put what we're making: the files which go on the CD.
ifndef INSTDIR