summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-05-09 23:41:21 +0000
committerwtc%netscape.com <devnull@localhost>2000-05-09 23:41:21 +0000
commitb03a987839f18ecf46765eac569fb386c0c7e10e (patch)
tree18f47c6e22961e80731c723c46c9a6ec1b10a3b1
parente6c21972626d00b6402a3c8865e93f361cb45af1 (diff)
downloadnspr-hg-b03a987839f18ecf46765eac569fb386c0c7e10e.tar.gz
Removed an extra 'e'.
Modified files: configure, configure.in (NSPRPUB_CLIENT_BRANCH)
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 03eef045..82393643 100755
--- a/configure
+++ b/configure
@@ -3952,7 +3952,7 @@ pr/tests/dll/Makefile
if test -z "$USE_PTHREADS" && test -z "$USE_BTHREADS"; then
- MAKEFILES="$MAKEFILES pr/src/threads/combined/Makefile"e
+ MAKEFILES="$MAKEFILES pr/src/threads/combined/Makefile"
elif test -n "$USE_PTHREADS"; then
MAKEFILES="$MAKEFILES pr/src/pthreads/Makefile"
elif test -n "$USE_BTHREADS"; then
diff --git a/configure.in b/configure.in
index 3e4f1592..f33eb49b 100644
--- a/configure.in
+++ b/configure.in
@@ -1116,7 +1116,7 @@ dnl pr/tests/w16gui/Makefile
dnl tools/Makefile
if test -z "$USE_PTHREADS" && test -z "$USE_BTHREADS"; then
- MAKEFILES="$MAKEFILES pr/src/threads/combined/Makefile"e
+ MAKEFILES="$MAKEFILES pr/src/threads/combined/Makefile"
elif test -n "$USE_PTHREADS"; then
MAKEFILES="$MAKEFILES pr/src/pthreads/Makefile"
elif test -n "$USE_BTHREADS"; then