components/readline/Makefile
changeset 618 9eb376524c7b
parent 609 775168282b2f
child 800 2ad056ed89ec
equal deleted inserted replaced
617:37f5770ed2dd 618:9eb376524c7b
    34 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/readline/$(COMPONENT_ARCHIVE)
    34 COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/readline/$(COMPONENT_ARCHIVE)
    35 
    35 
    36 include ../../make-rules/prep.mk
    36 include ../../make-rules/prep.mk
    37 include ../../make-rules/configure.mk
    37 include ../../make-rules/configure.mk
    38 include ../../make-rules/ips.mk
    38 include ../../make-rules/ips.mk
       
    39 include ../../make-rules/lint-libraries.mk
       
    40 
       
    41 LINT_FLAGS += -I$(PROTO_DIR)/usr/include
    39 
    42 
    40 # readline likes to use ld directly and this is the easiest
    43 # readline likes to use ld directly and this is the easiest
    41 # way to get it to add -lc
    44 # way to get it to add -lc
    42 LDFLAGS += -lc
    45 LDFLAGS += -lc
    43 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)
    46 CONFIGURE_OPTIONS  +=		--infodir=$(CONFIGURE_INFODIR)