diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-08-01 06:19:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-08-01 06:19:26 +0000 |
commit | ca9540d34f0ad97c5659cac30aab8a016bd9868c (patch) | |
tree | 38d0c9860cece52a106716af6ba22d95066ff5c2 /src/Makefile.global.in | |
parent | e7029b212755594bbfb4325fffd2dbd7b00eef08 (diff) | |
download | postgresql-ca9540d34f0ad97c5659cac30aab8a016bd9868c.tar.gz |
Add docs for initdb --auth.
Diffstat (limited to 'src/Makefile.global.in')
-rw-r--r-- | src/Makefile.global.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 7ccf9b00ef..ab2d600174 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.190 2004/07/30 12:26:40 petere Exp $ +# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.191 2004/08/01 06:19:19 momjian Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -347,7 +347,7 @@ endif # # substitute implementations of the C library -LIBOBJS = @LIBOBJS@ exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o +LIBOBJS = @LIBOBJS@ dirmod.o exec.o noblock.o path.o pipe.o pgsleep.o pgstrcasecmp.o sprompt.o thread.o ifneq (,$(LIBOBJS)) LIBS := -lpgport $(LIBS) |