diff options
| author | Bruce Momjian | 2002-10-30 01:15:51 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-10-30 01:15:51 +0000 |
| commit | 9e90d118100147c474060972026558b806eabbe3 (patch) | |
| tree | 5b52328e0c94c5eb821c5e72deb3be84efb48e29 /src/utils/Makefile | |
| parent | 6d8c3d4eb3bcd7ffe55af60e02e2c64a35b5f91a (diff) | |
Remove /src/utils. Is final cleanup of getopt.c resurection.
Diffstat (limited to 'src/utils/Makefile')
| -rw-r--r-- | src/utils/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile deleted file mode 100644 index c470e879a6e..00000000000 --- a/src/utils/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -#------------------------------------------------------------------------- -# -# Makefile for utils -# -# $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. -# -#------------------------------------------------------------------------- - -subdir = src/utils -top_builddir = ../.. -include $(top_builddir)/src/Makefile.global - -all: - -clean distclean maintainer-clean: - rm -f dllinit.o |
