components/python/cherrypy/Makefile
branchs11-update
changeset 2722 dc566ca73390
parent 2693 2aa48dc32866
child 1434 c782e620dd26
child 3661 47545fb8aed4
equal deleted inserted replaced
2721:3c9bd15584c4 2722:dc566ca73390
    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 COMPONENT_POST_INSTALL_ACTION = \
    43 COMPONENT_POST_INSTALL_ACTION = \
    44 	(cd $(PROTO_DIR)/usr/bin ; $(MV) -f cherryd cherryd$(PYTHON_VERSION))
    44 	(cd $(PROTO_DIR)/usr/bin ; $(MV) cherryd cherryd$(PYTHON_VERSION))
    45 
       
    46 
    45 
    47 # common targets
    46 # common targets
    48 build:		$(BUILD_NO_ARCH)
    47 build:		$(BUILD_NO_ARCH)
    49 
    48 
    50 install:	$(INSTALL_NO_ARCH)
    49 install:	$(INSTALL_NO_ARCH)