diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-10-19 02:23:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-10-19 02:23:26 +0000 |
commit | 64acc5e3f1642361364ef6bb409ee7bcc27b0ce5 (patch) | |
tree | e947d0975236c3b9cc32ed1bbf108a79a7209629 /src | |
parent | 8e6b5c8b2763fccdaa6e15b055b244b5c9b8778c (diff) | |
download | postgresql-64acc5e3f1642361364ef6bb409ee7bcc27b0ce5.tar.gz postgresql-64acc5e3f1642361364ef6bb409ee7bcc27b0ce5.zip |
Remove mention of utils/getopt.c. Not used anymore.
Diffstat (limited to 'src')
-rw-r--r-- | src/utils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile index ef9e121c081..c470e879a6e 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 |