components/python/pyopenssl/Makefile
changeset 1434 c782e620dd26
parent 1122 b156e774aad0
child 1456 b367e3ae9667
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    38 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    40 
    40 
       
    41 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    42 
    41 # common targets
    43 # common targets
    42 build:		$(BUILD_32_and_64)
    44 build:		$(BUILD_32_and_64)
    43 
    45 
    44 install:	$(INSTALL_32_and_64)
    46 install:	$(INSTALL_32_and_64)
    45 
    47