Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 611278c

Browse files
committed
Clean ip.c.
1 parent 6bc61fc commit 611278c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/libpq/Makefile

Lines changed: 2 additions & 2 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.71 2003/01/06 03:18:27 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.72 2003/01/10 10:59:08 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -73,5 +73,5 @@ uninstall: uninstall-lib
7373
rm -f $(DESTDIR)$(includedir)/libpq-fe.h $(DESTDIR)$(includedir_internal)/libpq-int.h $(includedir_internal)/pqexpbuffer.h
7474

7575
clean distclean maintainer-clean: clean-lib
76-
rm -f $(OBJS) dllist.c md5.c v6util.c wchar.c encnames.c
76+
rm -f $(OBJS) dllist.c md5.c ip.c wchar.c encnames.c
7777
rm -f $(OBJS) inet_aton.c snprintf.c strerror.c

0 commit comments

Comments
 (0)