|
7 | 7 | #
|
8 | 8 | #
|
9 | 9 | # IDENTIFICATION
|
10 |
| -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.9 1996/07/22 21:54:49 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.10 1996/07/23 03:05:23 scrappy Exp $ |
11 | 11 | #
|
12 | 12 | # NOTES
|
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To
|
@@ -154,7 +154,7 @@ CDEBUG= -g
|
154 | 154 | # do not compile with them by default. However, there are hooks in the
|
155 | 155 | # program which supports the use of GNU readline and history. Should you
|
156 | 156 | # decide to use them, change USE_READLINE to true and change READLINE_INCDIR
|
157 |
| -# and READLINE_LIBDIR to reflect the location of the readline andhistroy |
| 157 | +# and READLINE_LIBDIR to reflect the location of the readline andhistory |
158 | 158 | # headers and libraries.
|
159 | 159 | #
|
160 | 160 | #USE_READLINE= true
|
|