components/coreutils/Makefile
changeset 2225 f064d3d3190d
parent 2050 7c6a1559c620
child 3702 a4cf62e97757
equal deleted inserted replaced
2224:f7669e0b3220 2225:f064d3d3190d
    58 
    58 
    59 # Enable ASLR for this component
    59 # Enable ASLR for this component
    60 ASLR_MODE = $(ASLR_ENABLE)
    60 ASLR_MODE = $(ASLR_ENABLE)
    61 
    61 
    62 # common targets
    62 # common targets
       
    63 configure:	$(CONFIGURE_32_and_64)
       
    64 
    63 build:		$(BUILD_32_and_64)
    65 build:		$(BUILD_32_and_64)
    64 
    66 
    65 install:	$(INSTALL_32_and_64)
    67 install:	$(INSTALL_32_and_64)
    66 
    68 
    67 # Needed for "gmake test" to work successfully.
    69 # Needed for "gmake test" to work successfully.