summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorBryan Henderson1996-11-26 07:39:11 +0000
committerBryan Henderson1996-11-26 07:39:11 +0000
commit93f722536f1269fc327968f28329e3f64e172ed0 (patch)
tree6a2dd07b25d174b09321825f1d25bfa08cdd9d6c /src/utils
parentc118543186db298df529cec7a0f922796302d00b (diff)
Whoops, redo Ultrix patch so the other ports still compile.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile
index 4602c294f62..16957f2b4b3 100644
--- a/src/utils/Makefile
+++ b/src/utils/Makefile
@@ -4,7 +4,14 @@
# Makefile for utils
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.2 1996/11/11 16:30:07 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.3 1996/11/26 07:39:11 bryanh 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
+# in this directory. (You don't see strdup mentioned because the implicit
+# rule does the job). We don't make strdup.o unless asked to explicitly
+# because the strdup.c in this directory may conflict with the strdup()
+# prototype from the system library and cause a compile error.
#
#-------------------------------------------------------------------------