diff options
author | Bruce Momjian | 2002-07-15 21:34:05 +0000 |
---|---|---|
committer | Bruce Momjian | 2002-07-15 21:34:05 +0000 |
commit | b9104e3a97ad9f230569796c279fb37359e49d73 (patch) | |
tree | ebb67f5dad32cf92711288a8a40320efa0f1c77a /doc/FAQ_Solaris | |
parent | 7bd631bfa4740c20625ae1f16856707baeda466d (diff) |
Remove certain Makefile dependencies by using full pathnames in
configure.in.
Diffstat (limited to 'doc/FAQ_Solaris')
-rw-r--r-- | doc/FAQ_Solaris | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris index f3703fda82a..06f15250674 100644 --- a/doc/FAQ_Solaris +++ b/doc/FAQ_Solaris @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL 7.2 Sun Solaris specific to be read in conjunction with the installation instructions ============================================================ -last updated: $Date: 2002/03/04 17:47:11 $ +last updated: $Date: 2002/07/15 21:34:04 $ current maintainer: Peter Eisentraut <peter_e@gmx.net> @@ -94,7 +94,7 @@ produced by configure: (1) In src/Makefile.global, change the line SNPRINTF = to read - SNPRINTF = snprintf.o + SNPRINTF = $(top_builddir)/src/backend/port/snprint.o (2) In src/backend/port/Makefile, add "snprintf.o" to OBJS. (Skip this step if you see "$(SNPRINTF)" already listed in OBJS.) |