components/samba/mozldap/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 800 2ad056ed89ec
--- a/components/samba/mozldap/Makefile	Thu Mar 19 14:35:58 2015 -0700
+++ b/components/samba/mozldap/Makefile	Thu Mar 19 20:44:31 2015 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -33,8 +33,8 @@
     sha256:ec9884b56b31961d287190323764af7f3b00ad2658d5f3005fa8dc71c637e54c
 COMPONENT_ARCHIVE_URL=	ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v$(COMPONENT_VERSION)/src/$(COMPONENT_ARCHIVE)
 
-include ../../../make-rules/prep.mk
-include ../../../make-rules/configure.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/configure.mk
 
 # Define a private space
 PATCH_LEVEL =	0
@@ -73,8 +73,6 @@
 # common targets
 build:		$(BUILD_32_and_64)
 
-include ../../../make-rules/shared-targets.mk
-
 # mozldap proto looks to ugly after "gmake install ..."
 # so some cleanup is needed
 COMPONENT_POST_INSTALL_ACTION = \
@@ -87,6 +85,4 @@
 
 test:		$(NO_TESTS)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
 
-include ../../../make-rules/depend.mk