components/python/pyopenssl/Makefile
changeset 181 87e11e685b1f
parent 127 3e3c266b3a81
child 609 775168282b2f
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    38 # common targets
    38 # common targets
    39 build:		$(BUILD_32_and_64)
    39 build:		$(BUILD_32_and_64)
    40 
    40 
    41 install:	$(INSTALL_32_and_64)
    41 install:	$(INSTALL_32_and_64)
    42 
    42 
    43 test:
    43 test:		$(NO_TESTS)
    44 	@echo "no tests available"
       
    45 
    44 
    46 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    45 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    47 
    46 
    48 include $(WS_TOP)/make-rules/depend.mk
    47 include $(WS_TOP)/make-rules/depend.mk