mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Remove mention of utils/getopt.c. Not used anymore.
This commit is contained in:
parent
8e6b5c8b27
commit
64acc5e3f1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue