|
7 | 7 | # |
8 | 8 | # |
9 | 9 | # IDENTIFICATION |
10 | | -# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.22 1996/08/20 05:04:06 scrappy Exp $ |
| 10 | +# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.23 1996/08/21 03:59:59 scrappy Exp $ |
11 | 11 | # |
12 | 12 | # NOTES |
13 | 13 | # This is seen by any Makefiles that include mk/postgres.mk. To |
@@ -157,12 +157,12 @@ EUROPEAN_DATES = 1 |
157 | 157 | USE_READLINE= true |
158 | 158 |
|
159 | 159 | # directories for the readline and history libraries. |
160 | | -READLINE_INCDIR= -I/home/tools/include |
161 | | -READLINE_LIBDIR= -L/home/tools/lib |
| 160 | +READLINE_INC= -I/home/tools/include |
| 161 | +READLINE_LIB= -L/home/tools/lib |
162 | 162 |
|
163 | 163 | # use the following if your readline has a separate history lib |
164 | | -#HISTORY_INCDIR= -I/home/tools/include -I/home/tools/include/readline |
165 | | -#HISTORY_LIBDIR= -L/home/tools/lib |
| 164 | +#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline |
| 165 | +#HISTORY_LIB= -L/home/tools/lib |
166 | 166 |
|
167 | 167 | # If you do not plan to use Host based authentication, |
168 | 168 | # comment out the following line |
|