components/python/argparse/Makefile
changeset 1434 c782e620dd26
parent 1314 aa76e58a37ce
child 1480 1d8d2e9374cc
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    42 
    42 
       
    43 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    44 
    43 # common targets
    45 # common targets
    44 build:		$(BUILD_32)
    46 build:		$(BUILD_32)
    45 
    47 
    46 install:	$(INSTALL_32)
    48 install:	$(INSTALL_32)
    47 
    49