Sfoglia il codice sorgente

- fixed search path for libreadline

Andrei Pelinescu-Onciul 18 anni fa
parent
commit
d78c2264d7
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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: