From: Bruce Momjian Date: Sat, 19 Oct 2002 02:23:26 +0000 (+0000) Subject: Remove mention of utils/getopt.c. Not used anymore. X-Git-Tag: REL7_3~253 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64acc5e3f1642361364ef6bb409ee7bcc27b0ce5;p=postgresql Remove mention of utils/getopt.c. Not used anymore. --- diff --git a/src/utils/Makefile b/src/utils/Makefile index ef9e121c08..c470e879a6 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -2,7 +2,7 @@ # # Makefile for utils # -# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.15 2002/10/03 17:09:42 momjian Exp $ +# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.16 2002/10/19 02:23:26 momjian Exp $ # # dllinit.o is only built on Win32 platform. # @@ -15,4 +15,4 @@ include $(top_builddir)/src/Makefile.global all: clean distclean maintainer-clean: - rm -f dllinit.o getopt.o + rm -f dllinit.o