components/python/cherrypy/Makefile
changeset 1419 a13e688bbe2d
parent 1310 ed3f9d06a78b
child 1434 c782e620dd26
child 3661 47545fb8aed4
equal deleted inserted replaced
1418:d562fd15d944 1419:a13e688bbe2d
    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)