Browse Source

fix build breakage - use PERLDAP_BUILT_DIR as the location to download perl since the full DEP has two directory levels in it

Rich Megginson 19 years ago
parent
commit
a9bc1d1d17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      internal_comp_deps.mk

+ 1 - 1
internal_comp_deps.mk

@@ -551,7 +551,7 @@ $(PERLDAP_DEP):
 ifdef INTERNAL_BUILD
 	$(RM) -rf $@
 	$(FTP_PULL) -method $(PERLDAP_PULL_METHOD) \
-		-objdir $(dir $@) \
+		-objdir $(PERLDAP_BUILT_DIR) \
 		-componentdir $(PERLDAP_COMPONENT_DIR) \
 		-files $(PERLDAP_FILES)
 	@if [ ! -d $@ ] ; \