diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-07-15 23:32:28 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-07-15 23:32:28 +0000 |
commit | b00e50fbb8df4d37739390cda8c0648bf33cac88 (patch) | |
tree | d5a9eefc9184f158758411752ee5b3191d2b7a14 | |
parent | 4ea0275f182c7702f8ef9a71356cecf924f6152a (diff) | |
download | postgresql-b00e50fbb8df4d37739390cda8c0648bf33cac88.tar.gz postgresql-b00e50fbb8df4d37739390cda8c0648bf33cac88.zip |
Remove indenting of Makefile comments, per Peter.\
-rw-r--r-- | src/utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/Makefile b/src/utils/Makefile index 636f8eacbd9..5369c33b360 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.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 $ # # 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 @@ -20,8 +20,8 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global all: - # Nothing required here. These C files are compiled in - # directories as needed. +# Nothing required here. These C files are compiled in +# directories as needed. clean distclean maintainer-clean: rm -f dllinit.o strdup.o |