summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--ex_re.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index ba35952..1e7f51a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,7 +83,7 @@ PREFIX ?= /usr/local
BINDIR = $(PREFIX)/bin
LIBEXECDIR = $(PREFIX)/libexec
MANDIR = $(PREFIX)/share/man
-PRESERVEDIR = /var/preserve
+PRESERVEDIR = /tmp/expreserve
#
# DESTDIR is prepended to the installation paths. It is mostly useful
diff --git a/ex_re.c b/ex_re.c
index 750bf8c..1b4ae1c 100644
--- a/ex_re.c
+++ b/ex_re.c
@@ -84,7 +84,7 @@ static char sccsid[] = "@(#)ex_re.c 1.60 (gritter) 8/6/05";
#ifdef UXRE
-#include "uxre_regex.h"
+#include "regex.h"
char *braslist[NBRA];
char *braelist[NBRA];