components/bind/Makefile
changeset 2225 f064d3d3190d
parent 1948 2d1537e7942d
child 3541 37a03b73b5a4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    74 
    74 
    75 # Enable ASLR for this component
    75 # Enable ASLR for this component
    76 ASLR_MODE = $(ASLR_ENABLE)
    76 ASLR_MODE = $(ASLR_ENABLE)
    77 
    77 
    78 .PHONY: build
    78 .PHONY: build
       
    79 configure:	$(CONFIGURE_32)
       
    80 
    79 build:		$(BUILD_32)
    81 build:		$(BUILD_32)
    80 
    82 
    81 include ../../make-rules/shared-targets.mk
    83 include ../../make-rules/shared-targets.mk
    82 
    84 
    83 # Install.
    85 # Install.