diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-08-08 04:52:22 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-08-08 04:52:22 +0000 |
commit | 63c4d156e0f5040725055e06c688cc3fdc5d3228 (patch) | |
tree | f97c8402810f38ce9727464f36615e4d76faba6a /src/Makefile.global.in | |
parent | 522b4937b380de9c3eb7614c2ae37b3d4a667085 (diff) | |
download | postgresql-63c4d156e0f5040725055e06c688cc3fdc5d3228.tar.gz |
Move simple_prompt()/sprompt.c into /port.
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 6b351236bd..083198089b 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -1,5 +1,5 @@ # -*-makefile-*- -# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.165 2003/08/08 02:48:24 momjian Exp $ +# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.166 2003/08/08 04:52:20 momjian Exp $ #------------------------------------------------------------------------------ # All PostgreSQL makefiles include this file and use the variables it sets, @@ -341,7 +341,7 @@ endif # # substitute implementations of the C library -LIBOBJS = @LIBOBJS@ path.o thread.o +LIBOBJS = @LIBOBJS@ path.o sprompt.o thread.o ifneq (,$(LIBOBJS)) LIBS += -lpgport |