components/meld/Makefile
changeset 1480 1d8d2e9374cc
parent 1434 c782e620dd26
child 1998 0dfe74929e1c
equal deleted inserted replaced
1479:00fd84194115 1480:1d8d2e9374cc
    42 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    42 COMPONENT_INSTALL_ARGS +=	DESTDIR=$(PROTO_DIR)
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 # common targets
    46 # common targets
    47 build:		$(BUILD_32)
    47 build:		$(BUILD_64)
    48 
    48 
    49 install:	$(INSTALL_32)
    49 install:	$(INSTALL_64)
    50 
    50 
    51 test:		$(NO_TESTS)
    51 test:		$(NO_TESTS)
    52 
    52 
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    53 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    54 
    54