Use consistent spacing for PGAPPICON Makefile option.
authorBruce Momjian <bruce@momjian.us>
Tue, 25 Jan 2011 01:46:30 +0000 (20:46 -0500)
committerBruce Momjian <bruce@momjian.us>
Tue, 25 Jan 2011 01:46:30 +0000 (20:46 -0500)
contrib/oid2name/Makefile
contrib/pg_archivecleanup/Makefile
contrib/pg_standby/Makefile
contrib/pgbench/Makefile
contrib/vacuumlo/Makefile

index f6f890ecd5a44d471d3132bdaa4fffbd45590467..f695b4a84e18f2f0f1d8f230335c02f378f3167f 100644 (file)
@@ -1,7 +1,7 @@
 # contrib/oid2name/Makefile
 
 PGFILEDESC = "oid2name - examine the file structure"
-PGAPPICON=win32
+PGAPPICON = win32
 
 PROGRAM = oid2name
 OBJS   = oid2name.o
index 2011c145ce13d116ed1da0ba3d44ff323fc1c8b0..39c55d8713cb3456daa30c18a509d8d300772f83 100644 (file)
@@ -1,7 +1,7 @@
 # contrib/pg_archivecleanup/Makefile
 
 PGFILEDESC = "pg_archivecleanup - cleans archive when used with streaming replication"
-PGAPPICON=win32
+PGAPPICON = win32
 
 PROGRAM = pg_archivecleanup
 OBJS   = pg_archivecleanup.o
index 43300245cb0f6e72c320be762d46807bae04aadc..b7c6ae95e7fff3f2eaece4385617bac0dd0a83f6 100644 (file)
@@ -1,7 +1,7 @@
 # contrib/pg_standby/Makefile
 
 PGFILEDESC = "pg_standby - supports creation of a warm standby"
-PGAPPICON=win32
+PGAPPICON = win32
 
 PROGRAM = pg_standby
 OBJS   = pg_standby.o
index 5a2b211a7ceaf42b4a0901d065d1d3d524d0652f..b8f5fb467f67d6c1d87fea0d7a8c7ab3e694d6b8 100644 (file)
@@ -1,7 +1,7 @@
 # contrib/pgbench/Makefile
 
 PGFILEDESC = "pgbench - a simple program for running benchmark tests"
-PGAPPICON=win32
+PGAPPICON = win32
 
 PROGRAM = pgbench
 OBJS   = pgbench.o
index 4dd2ebc03ec9926ae5e5e35c6dfa6656c320c2b2..b658f9bf6f850d71dee78d178cb0fcd0bee986f0 100644 (file)
@@ -1,7 +1,7 @@
 # contrib/vacuumlo/Makefile
 
 PGFILEDESC = "vacuumlo - removes orphaned large objects"
-PGAPPICON=win32
+PGAPPICON = win32
 
 PROGRAM = vacuumlo
 OBJS   = vacuumlo.o