components/python/cssutils/Makefile
changeset 1434 c782e620dd26
parent 1310 ed3f9d06a78b
child 1907 446472de62e9
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    69 # Copy over the source hierarchy for the appropriate Python build before
    69 # Copy over the source hierarchy for the appropriate Python build before
    70 # installing it.
    70 # installing it.
    71 COMPONENT_PRE_INSTALL_ACTION = \
    71 COMPONENT_PRE_INSTALL_ACTION = \
    72 	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
    72 	(cd $(SOURCE_DIR); $(RM) -r src ; $(CP) -rp src-$(PYTHON_VERSION) src )
    73 
    73 
       
    74 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    75 
    74 build:          $(BUILD_NO_ARCH)
    76 build:          $(BUILD_NO_ARCH)
    75 
    77 
    76 install:        $(INSTALL_NO_ARCH)
    78 install:        $(INSTALL_NO_ARCH)
    77 
    79 
    78 test:           $(TEST_NO_ARCH)
    80 test:           $(TEST_NO_ARCH)