浏览代码

- fixed search path for libreadline

Andrei Pelinescu-Onciul 18 年之前
父节点
当前提交
d78c2264d7
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      utils/sercmd/Makefile

+ 2 - 2
utils/sercmd/Makefile

@@ -7,7 +7,7 @@ NAME=sercmd
 RELEASE=0.1
 
 readline_locations= /usr/include/readline/readline.h \
-					$(LOCALBASE)/usr/include/readline/readline.h
+					$(LOCALBASE)/include/readline/readline.h
 use_readline ?=
 
 DEFS:= -DNAME='"$(NAME)"' -DVERSION='"$(RELEASE)"' \
@@ -40,7 +40,7 @@ $(info command completion enabled)
 else
 $(info "no readline include files detected, disabling readline support")
 $(info "command completion disabled" )
-$(info "(to force readline support try 'make use_readline=1')")
+$(info "to force readline support try 'make use_readline=1'")
 endif
 
 $(NAME).o: