|
5 | 5 | # Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
|
6 | 6 | # Portions Copyright (c) 1994, Regents of the University of California
|
7 | 7 | #
|
8 |
| -# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.132 2005/04/2913:42:21 momjian Exp $ |
| 8 | +# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.133 2005/04/2914:07:27 momjian Exp $ |
9 | 9 | #
|
10 | 10 | #-------------------------------------------------------------------------
|
11 | 11 |
|
@@ -145,8 +145,8 @@ uninstall: uninstall-lib
|
145 | 145 | rm -f$(DESTDIR)$(includedir)/libpq-fe.h$(DESTDIR)$(includedir_internal)/libpq-int.h$(DESTDIR)$(includedir_internal)/pqexpbuffer.h
|
146 | 146 |
|
147 | 147 | cleandistclean: clean-lib
|
148 |
| -# pg_config_paths.h might be left over from a Win32 client-only build |
149 | 148 | rm -f$(OBJS) pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c pgstrcasecmp.c snprintf.c strerror.c open.c thread.c md5.c ip.c encnames.c wchar.c pthread.h
|
| 149 | +rm -f pg_config_paths.h# Might be left over from a Win32 client-only build |
150 | 150 |
|
151 | 151 | maintainer-clean: distclean
|
152 | 152 | rm -f$(srcdir)/libpqdll.def$(srcdir)/libpqddll.def$(srcdir)/blibpqdll.def$(srcdir)/libpq.rc
|