Commit 64acc5e3 authored by Bruce Momjian's avatar Bruce Momjian

Remove mention of utils/getopt.c. Not used anymore.

parent 8e6b5c8b
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# Makefile for utils # 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. # dllinit.o is only built on Win32 platform.
# #
...@@ -15,4 +15,4 @@ include $(top_builddir)/src/Makefile.global ...@@ -15,4 +15,4 @@ include $(top_builddir)/src/Makefile.global
all: all:
clean distclean maintainer-clean: clean distclean maintainer-clean:
rm -f dllinit.o getopt.o rm -f dllinit.o
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment