summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBruce Momjian2002-07-15 21:34:05 +0000
committerBruce Momjian2002-07-15 21:34:05 +0000
commitb9104e3a97ad9f230569796c279fb37359e49d73 (patch)
treeebb67f5dad32cf92711288a8a40320efa0f1c77a /src/utils
parent7bd631bfa4740c20625ae1f16856707baeda466d (diff)
Remove certain Makefile dependencies by using full pathnames in
configure.in.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile
index dc2c2b4908e..95a0fc11c61 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.9 2000/08/31 16:12:35 petere Exp $
+# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.10 2002/07/15 21:34:05 momjian Exp $
#
# About strdup: Some systems have strdup in their standard library, others
# don't. Ones that don't will use this make file to compile the strdup.c
@@ -22,6 +22,8 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
all:
+ # Nothing required here. These C files are compiled in
+ # directories as needed.
clean distclean maintainer-clean:
rm -f dllinit.o getopt.o strdup.o