diff options
author | Rich Megginson <rmeggins@redhat.com> | 2005-02-04 00:19:33 +0000 |
---|---|---|
committer | Rich Megginson <rmeggins@redhat.com> | 2005-02-04 00:19:33 +0000 |
commit | 02c45c9fdc99b6c0d7084e04a54ae2eaf062b599 (patch) | |
tree | 9872267edf96c774a86833c4743de0003a32ff26 | |
parent | 42b7146fa220f45b1ede6f8d4543344ca08ba74b (diff) | |
download | ds-02c45c9fdc99b6c0d7084e04a54ae2eaf062b599.tar.gz ds-02c45c9fdc99b6c0d7084e04a54ae2eaf062b599.tar.xz ds-02c45c9fdc99b6c0d7084e04a54ae2eaf062b599.zip |
Derive ABS_INSTDIR directly from INSTDIR
-rw-r--r-- | ldap/cm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index 83329d49..2de6bfb9 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -190,9 +190,9 @@ ifeq ($(ARCH), WINNT) INSTDIR = $(TREE_ROOT)/../$(MMDD)/$(NS_BUILD_FLAVOR) else INSTDIR = $(BUILD_DRIVE)$(BUILD_ROOT)/../$(MMDD)/$(NS_BUILD_FLAVOR) -ABS_INSTDIR = $(ABS_ROOT_PARENT)/$(MMDD)/$(NS_BUILD_FLAVOR) endif endif +ABS_INSTDIR = $(shell cd $(INSTDIR); pwd) INST_TARGET_RESKIT=$(INSTDIR)/reskit INST_TARGET_INTL=./$(PRODUCT_MARKET)dir |