components/python/twisted-web2/Makefile
changeset 1310 ed3f9d06a78b
parent 1103 827d649ad012
child 1434 c782e620dd26
equal deleted inserted replaced
1309:27b67da05e40 1310:ed3f9d06a78b
    38 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    39 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    40 include $(WS_TOP)/make-rules/ips.mk
    41 
    41 
    42 # common targets
    42 # common targets
    43 build:          $(BUILD_32)
    43 build:          $(BUILD_NO_ARCH)
    44 
    44 
    45 install:        $(INSTALL_32)
    45 install:        $(INSTALL_NO_ARCH)
    46 
    46 
    47 test:           $(NO_TESTS)
    47 test:           $(NO_TESTS)
    48 
    48 
    49 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    49 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    50 
    50