* Makefile.in (READLINE_CFLAGS): Search $(READLINE_SRC)/.. rather

than $(READLINE_SRC) so #include <readline/readline.h> will work.
	* top.c:  #include <readline/history.h> instead of "history.h".
	* tracepoint.c:  Likewise.
	* mac-xdep.c:  Likewise.
This commit is contained in:
Per Bothner
1998-12-23 23:06:11 +00:00
parent 229e1740df
commit 0bf2ba41ef
5 changed files with 18 additions and 10 deletions

View File

@ -33,8 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#include "ax-gdb.h"
/* readline include files */
#include "readline/readline.h"
#include "history.h"
#include <readline/readline.h>
#include <readline/history.h>
/* readline defines this. */
#undef savestring