File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.90 2003/08/08 04:52:22 momjian Exp $
7
+ # $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.91 2003/08/08 16:32:45 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) $(THREAD_CFLAGS) -DFRONTEND -DSYSCO
23
23
OBJS = fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
24
24
fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o \
25
25
dllist.o md5.o ip.o wchar.o encnames.o \
26
- $(filter crypt.o getaddrinfo.o inet_aton.o snprintf.o sprompt.o strerror.o path.o thread.o, $(LIBOBJS ) )
26
+ $(filter crypt.o getaddrinfo.o inet_aton.o snprintf.o strerror.o path.o thread.o, $(LIBOBJS ) )
27
27
28
28
29
29
# Add libraries that libpq depends (or might depend) on into the
@@ -46,7 +46,7 @@ backend_src = $(top_srcdir)/src/backend
46
46
# For port modules, this only happens if configure decides the module
47
47
# is needed (see filter hack in OBJS, above).
48
48
49
- crypt.c getaddrinfo.c inet_aton.c snprintf.c sprompt.c strerror.c path.c thread.c : % : $(top_srcdir ) /src/port/%
49
+ crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c thread.c : % : $(top_srcdir ) /src/port/%
50
50
rm -f $@ && $(LN_S ) $< .
51
51
52
52
md5.c ip.c : % : $(backend_src ) /libpq/%
You can’t perform that action at this time.
0 commit comments