components/python/ldtp/Makefile
changeset 1434 c782e620dd26
parent 1310 ed3f9d06a78b
child 1907 446472de62e9
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    42 
    42 
    43 COMPONENT_POST_INSTALL_ACTION = \
    43 COMPONENT_POST_INSTALL_ACTION = \
    44 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f ldtp ldtp$(PYTHON_VERSION))
    44 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f ldtp ldtp$(PYTHON_VERSION))
    45 
    45 
       
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    47 
    46 # common targets
    48 # common targets
    47 build:		$(BUILD_NO_ARCH)
    49 build:		$(BUILD_NO_ARCH)
    48 
    50 
    49 install:	$(INSTALL_NO_ARCH)
    51 install:	$(INSTALL_NO_ARCH)
    50 
    52