components/zsh/Makefile
changeset 181 87e11e685b1f
parent 99 c15c9099bb44
child 285 6ce8a202e4f3
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    86 build:		$(BUILD_32) $(COMPOVERRIDES:%=$(COMPONENT_SRC)/%)
    86 build:		$(BUILD_32) $(COMPOVERRIDES:%=$(COMPONENT_SRC)/%)
    87 
    87 
    88 install:	build $(INSTALL_32) $(PROTOETCDIR)/zprofile $(PROTOETCDIR)/zshrc license
    88 install:	build $(INSTALL_32) $(PROTOETCDIR)/zprofile $(PROTOETCDIR)/zshrc license
    89 
    89 
    90 # build does this always
    90 # build does this always
    91 test:
    91 test:		$(NO_TESTS)
    92 
    92 
    93 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    93 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    94 
    94 
    95 include ../../make-rules/depend.mk
    95 include ../../make-rules/depend.mk