Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fa471da

Browse files
author
Neil Conway
committed
Trivial fix: remove some stray leading whitespace.
1 parent a341a96 commit fa471da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/pg_config/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2005, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.13 2005/01/01 20:44:21 tgl Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_config/Makefile,v 1.14 2005/01/20 22:54:57 neilc Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -24,7 +24,7 @@ pg_config: $(OBJS)
2424

2525
install: all installdirs
2626
$(INSTALL_SCRIPT) pg_config$(X) $(DESTDIR)$(bindir)/pg_config$(X)
27-
27+
2828
installdirs:
2929
$(mkinstalldirs) $(DESTDIR)$(bindir)
3030

0 commit comments

Comments
 (0)