components/perl_modules/xml-sax-base/Makefile
changeset 3817 30b42c38bbc4
parent 3743 da52fd64c863
child 4339 6501cf9c29f9
--- a/components/perl_modules/xml-sax-base/Makefile	Mon Feb 16 13:54:04 2015 -0800
+++ b/components/perl_modules/xml-sax-base/Makefile	Sun Feb 15 19:02:09 2015 -0600
@@ -39,9 +39,9 @@
 # build threaded 5.12 support too
 PERL_VERSIONS += 5.12-mt
 
-include $(WS_TOP)/make-rules/prep.mk
-include $(WS_TOP)/make-rules/ips.mk
-include $(WS_TOP)/make-rules/makemaker.mk
+include $(WS_MAKE_RULES)/prep.mk
+include $(WS_MAKE_RULES)/ips.mk
+include $(WS_MAKE_RULES)/makemaker.mk
 
 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
 
@@ -59,6 +59,3 @@
 
 test:		$(TEST_32_and_64)
 
-BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
-
-include $(WS_TOP)/make-rules/depend.mk