components/apache2-modules/mod_fcgid/Makefile
changeset 5172 2ac937ed383b
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
5171:4e8b3c0ea78c 5172:2ac937ed383b
    43 
    43 
    44 COMPONENT_PRE_BUILD_ACTION= ( cd $(@D); APXS=$(APXS) ./configure.apxs )
    44 COMPONENT_PRE_BUILD_ACTION= ( cd $(@D); APXS=$(APXS) ./configure.apxs )
    45 
    45 
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 
    47 
    48 build: $(BUILD_32_and_64)
    48 build: $(MODULES_BUILD)
    49 
    49 
    50 install: $(INSTALL_32_and_64)
    50 install: $(MODULES_INSTALL)
    51 
    51 
    52 test: $(NO_TESTS)
    52 test: $(NO_TESTS)
    53 
    53 
    54 system-test:    $(NO_TESTS)
    54 system-test:    $(NO_TESTS)
    55 
    55