4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.98 2004/03/10 21:12:46 momjian Exp $
7
+ # $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.99 2004/03/12 04:33:41 momjian Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -23,7 +23,7 @@ override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) $(THREAD_CPPFLAGS) -DFRONTEND -DSYS
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 nonblock .o snprintf.o strerror.o path.o thread.o, $(LIBOBJS ) )
26
+ $(filter crypt.o getaddrinfo.o inet_aton.o noblock .o snprintf.o strerror.o path.o thread.o, $(LIBOBJS ) )
27
27
ifeq ($(PORTNAME ) , win32)
28
28
OBJS+ =win32.o
29
29
endif
@@ -52,7 +52,7 @@ backend_src = $(top_srcdir)/src/backend
52
52
# For port modules, this only happens if configure decides the module
53
53
# is needed (see filter hack in OBJS, above).
54
54
55
- crypt.c getaddrinfo.c inet_aton.c nonblock .c snprintf.c strerror.c path.c thread.c : % : $(top_srcdir ) /src/port/%
55
+ crypt.c getaddrinfo.c inet_aton.c noblock .c snprintf.c strerror.c path.c thread.c : % : $(top_srcdir ) /src/port/%
56
56
rm -f $@ && $(LN_S ) $< .
57
57
58
58
md5.c ip.c : % : $(backend_src ) /libpq/%
@@ -78,4 +78,4 @@ uninstall: uninstall-lib
78
78
rm -f $(DESTDIR )$(includedir ) /libpq-fe.h $(DESTDIR )$(includedir_internal ) /libpq-int.h $(DESTDIR )$(includedir_internal ) /pqexpbuffer.h
79
79
80
80
clean distclean maintainer-clean : clean-lib
81
- rm -f $(OBJS ) crypt.c getaddrinfo.c inet_aton.c nonblock .c snprintf.c strerror.c path.c thread.c dllist.c md5.c ip.c encnames.c wchar.c
81
+ rm -f $(OBJS ) crypt.c getaddrinfo.c inet_aton.c noblock .c snprintf.c strerror.c path.c thread.c dllist.c md5.c ip.c encnames.c wchar.c
0 commit comments