diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-04-22 19:42:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-04-22 19:42:27 +0000 |
commit | 52e49e298f4b96ff30d2516d867eaf6e0eaeb358 (patch) | |
tree | 84e35270a87c0ceef89481418274fa83d7abbb00 /src | |
parent | b6660fddb55cf9460eb16b8aeeeb6f4a6793d3b1 (diff) | |
download | postgresql-52e49e298f4b96ff30d2516d867eaf6e0eaeb358.tar.gz |
Remove Win32 special rename/unlink from libpq.
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile index a395191ce6..e1c75bec79 100644 --- a/src/interfaces/libpq/Makefile +++ b/src/interfaces/libpq/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.76 2003/04/22 02:21:34 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.77 2003/04/22 19:42:27 momjian Exp $ # #------------------------------------------------------------------------- @@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -DFRONTEND -DSYSCONFDIR='"$(sysconf OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \ pqexpbuffer.o pqsignal.o fe-secure.o \ dllist.o md5.o ip.o wchar.o encnames.o \ - $(filter getaddrinfo.o inet_aton.o snprintf.o strerror.o dirmod.o path.o, $(LIBOBJS)) + $(filter getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o, $(LIBOBJS)) # Add libraries that libpq depends (or might depend) on into the |