diff options
| author | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-17 21:31:49 +0000 |
|---|---|---|
| committer | Noriko Hosoi <nhosoi@redhat.com> | 2005-03-17 21:31:49 +0000 |
| commit | dde10aa1218be2cb044c13c8107e3c046c4326ca (patch) | |
| tree | db53278205eabcb30001c4b6f43d518bd6e0bf59 | |
| parent | 30eee1556e95670c10c8d9f02399a5755de13327 (diff) | |
Replaced the variables for ds##[_en].jar and its path with the correct ones:
LDAPCONSOLEJAR[_EN] and CLASS_DEST from components.mk and nsconfig.mk.
| -rw-r--r-- | ldap/cm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldap/cm/Makefile b/ldap/cm/Makefile index ba5e5cbb..9c4fdc7f 100644 --- a/ldap/cm/Makefile +++ b/ldap/cm/Makefile @@ -844,8 +844,8 @@ _slapd_files: $(INSTDIR)/$(SLAPD_DIR) \ $(INSTDIR)/$(SLAPD_DIR)/slapd.z \ $(INSTDIR)/$(SLAPD_DIR)/dsjars.z -$(INSTDIR)/$(SLAPD_DIR)/dsjars.z: $(DS_JAR_SRC_PATH)/$(DS_JAR_FILE) \ - $(DS_JAR_SRC_PATH)/$(DS_JAR_LANG_FILE) $(DS_JAR_SRC_PATH)/$(XMLTOOLS_JAR_FILE) +$(INSTDIR)/$(SLAPD_DIR)/dsjars.z: $(CLASS_DEST)/$(LDAPCONSOLEJAR) \ + $(CLASS_DEST)/$(LDAPCONSOLEJAR_EN) $(DS_JAR_SRC_PATH)/$(XMLTOOLS_JAR_FILE) rm -f $(DSJARS_ZIPFILE); cd $(RELDIR); zip -r $(DSJARS_ZIPFILE) java $(INSTDIR)/$(SLAPD_DIR)/slapd.z: |
