Skip to content

Commit 3d6fd25

Browse files
committed
Add missing file to clean target.
1 parent 8a2aa79 commit 3d6fd25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.82 2003/06/14 14:35:42 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.83 2003/06/17 17:58:54 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -79,5 +79,4 @@ uninstall: uninstall-lib
7979
rm -f $(DESTDIR)$(includedir)/libpq-fe.h $(DESTDIR)$(includedir_internal)/libpq-int.h $(includedir_internal)/pqexpbuffer.h
8080

8181
clean distclean maintainer-clean: clean-lib
82-
rm -f $(OBJS) crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c
83-
rm -f $(OBJS) dllist.c md5.c ip.c wchar.c encnames.c
82+
rm -f $(OBJS) crypt.c getaddrinfo.c inet_aton.c snprintf.c strerror.c path.c dllist.c md5.c ip.c wchar.c encnames.c threads.c

0 commit comments

Comments
 (0)