22252545 simplify build rules for components from common upstream (fix bind)
authorShawn Walker-Salas <shawn.walker@oracle.com>
Thu, 31 Mar 2016 12:38:20 -0700
changeset 5693 dfccef2e9955
parent 5692 2191b44f19f4
child 5694 501423159f9d
22252545 simplify build rules for components from common upstream (fix bind)
components/bind/Makefile
--- a/components/bind/Makefile	Thu Mar 31 12:22:20 2016 -0700
+++ b/components/bind/Makefile	Thu Mar 31 12:38:20 2016 -0700
@@ -64,9 +64,7 @@
 CONFIGURE_LIBDIR.32 =	$(CONFIGURE_PREFIX)/lib/dns
 CONFIGURE_LIBDIR.64 =	$(CONFIGURE_PREFIX)/lib/dns/$(MACH64)
 # - Traditionally all BIND executables are installed in sbin not bin.
-CONFIGURE_BINDIR.32 =	$(CONFIGURE_SBINDIR.32)
-CONFIGURE_BINDIR.64 =	$(CONFIGURE_SBINDIR.32)
-CONFIGURE_SBINDIR.64 =	$(CONFIGURE_SBINDIR.32)
+CONFIGURE_BINDIR.64 =	$(CONFIGURE_SBINDIR.64)
 CONFIGURE_OPTIONS +=	--sysconfdir=$(ETCDIR)
 CONFIGURE_OPTIONS +=	--localstatedir=$(VARDIR)
 CONFIGURE_OPTIONS +=	--with-randomdev=/dev/random
@@ -159,9 +157,6 @@
 test-clean:
 	$(RM) $(TEST_32_and_64)
 
-# Common Command line targets
-.PHONY: configure build install test system-test
-
 # Package dependencies
 # Created by 'gmake REQUIRED_PACKAGES', manually verified.
 REQUIRED_PACKAGES += library/libxml2