components/python/nose/Makefile
changeset 749 fb0d68325f3b
parent 724 2168b2449dc8
child 793 d61540b7632a
equal deleted inserted replaced
748:34aa5d11ee93 749:fb0d68325f3b
    36 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    39 
    39 
    40 # common targets
    40 # common targets
    41 build:		$(BUILD_32_and_64)
    41 build:		$(BUILD_32)
    42 
    42 
    43 install:	$(INSTALL_32_and_64)
    43 install:	$(INSTALL_32)
    44 
    44 
    45 test:		$(NO_TESTS)
    45 test:		$(NO_TESTS)
    46 
    46 
    47 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    47 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    48 
    48