We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea0275 commit b00e50fCopy full SHA for b00e50f
src/utils/Makefile
@@ -2,7 +2,7 @@
2
#
3
# Makefile for utils
4
5
-# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.11 2002/07/15 22:48:54 momjian Exp $
+# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.12 2002/07/15 23:32:28 momjian Exp $
6
7
# About strdup: Some systems have strdup in their standard library, others
8
# don't. Ones that don't will use this make file to compile the strdup.c
@@ -20,8 +20,8 @@ top_builddir = ../..
20
include $(top_builddir)/src/Makefile.global
21
22
all:
23
- # Nothing required here. These C files are compiled in
24
- # directories as needed.
+# Nothing required here. These C files are compiled in
+# directories as needed.
25
26
clean distclean maintainer-clean:
27
rm -f dllinit.o strdup.o
0 commit comments