diff options
| author | Bruce Momjian <bruce@momjian.us> | 2011-01-24 20:46:30 -0500 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2011-01-24 20:46:30 -0500 |
| commit | d7a714828f1a4d09adef68b58674a6266aa8fa03 (patch) | |
| tree | 3d2ec80a9cca753b2b9594dda76e921a23853ddb /contrib/pgbench | |
| parent | 9dd7933937a076ce7573944b8d1d42e618163440 (diff) | |
| download | postgresql-d7a714828f1a4d09adef68b58674a6266aa8fa03.tar.gz | |
Use consistent spacing for PGAPPICON Makefile option.
Diffstat (limited to 'contrib/pgbench')
| -rw-r--r-- | contrib/pgbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pgbench/Makefile b/contrib/pgbench/Makefile index 5a2b211a7c..b8f5fb467f 100644 --- a/contrib/pgbench/Makefile +++ b/contrib/pgbench/Makefile @@ -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 |
