2
0
Эх сурвалжийг харах

- fixed search path for libreadline

Andrei Pelinescu-Onciul 18 жил өмнө
parent
commit
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: