Skip to content

Commit b00e50f

Browse files
committed
Remove indenting of Makefile comments, per Peter.\
1 parent 4ea0275 commit b00e50f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for utils
44
#
5-
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.11 2002/07/15 22:48:54 momjian Exp $
5+
# $Header: /cvsroot/pgsql/src/utils/Attic/Makefile,v 1.12 2002/07/15 23:32:28 momjian Exp $
66
#
77
# About strdup: Some systems have strdup in their standard library, others
88
# don't. Ones that don't will use this make file to compile the strdup.c
@@ -20,8 +20,8 @@ top_builddir = ../..
2020
include $(top_builddir)/src/Makefile.global
2121

2222
all:
23-
# Nothing required here. These C files are compiled in
24-
# directories as needed.
23+
# Nothing required here. These C files are compiled in
24+
# directories as needed.
2525

2626
clean distclean maintainer-clean:
2727
rm -f dllinit.o strdup.o

0 commit comments

Comments
 (0)