diff options
| author | Bruce Momjian | 2011-01-25 01:46:30 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-01-25 01:46:30 +0000 |
| commit | d7a714828f1a4d09adef68b58674a6266aa8fa03 (patch) | |
| tree | 3d2ec80a9cca753b2b9594dda76e921a23853ddb /contrib/vacuumlo | |
| parent | 9dd7933937a076ce7573944b8d1d42e618163440 (diff) | |
Use consistent spacing for PGAPPICON Makefile option.
Diffstat (limited to 'contrib/vacuumlo')
| -rw-r--r-- | contrib/vacuumlo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vacuumlo/Makefile b/contrib/vacuumlo/Makefile index 4dd2ebc03ec..b658f9bf6f8 100644 --- a/contrib/vacuumlo/Makefile +++ b/contrib/vacuumlo/Makefile @@ -1,7 +1,7 @@ # contrib/vacuumlo/Makefile PGFILEDESC = "vacuumlo - removes orphaned large objects" -PGAPPICON=win32 +PGAPPICON = win32 PROGRAM = vacuumlo OBJS = vacuumlo.o |
