components/mpc/Makefile
changeset 2225 f064d3d3190d
parent 2164 b580bc10e31a
child 3817 30b42c38bbc4
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    55 COMPONENT_TEST_DIR =		$(BUILD_DIR)/$(MACH$(BITS))/tests
    55 COMPONENT_TEST_DIR =		$(BUILD_DIR)/$(MACH$(BITS))/tests
    56 
    56 
    57 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    57 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    58 
    58 
    59 # common targets
    59 # common targets
       
    60 configure:	$(CONFIGURE_32_and_64)
       
    61 
    60 build:	$(BUILD_32_and_64)
    62 build:	$(BUILD_32_and_64)
    61 
    63 
    62 
    64 
    63 install:	$(INSTALL_32_and_64)	
    65 install:	$(INSTALL_32_and_64)	
    64 
    66