Replace := by = in nls.mk files
Peter Eisentraut <peter_e@gmx.net>
Replace := by = in nls.mk files It currently doesn't make a difference, but it's inconsistent with most other usage, and it might interfere with a future patch, so I'll change it all in a separate commit. Also, replace tabs with spaces for alignment.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/nls.mk | modified | +4 −4 |
| src/bin/initdb/nls.mk | modified | +4 −4 |
| src/bin/pg_basebackup/nls.mk | modified | +4 −4 |
| src/bin/pg_config/nls.mk | modified | +4 −4 |
| src/bin/pg_controldata/nls.mk | modified | +4 −4 |
| src/bin/pg_ctl/nls.mk | modified | +4 −4 |
| src/bin/pg_dump/nls.mk | modified | +4 −4 |
| src/bin/pg_resetxlog/nls.mk | modified | +4 −4 |
| src/bin/psql/nls.mk | modified | +4 −4 |
| src/bin/scripts/nls.mk | modified | +4 −4 |
| src/interfaces/ecpg/ecpglib/nls.mk | modified | +3 −3 |
| src/interfaces/ecpg/preproc/nls.mk | modified | +3 −3 |
| src/interfaces/libpq/nls.mk | modified | +4 −4 |
| src/pl/plperl/nls.mk | modified | +4 −4 |
| src/pl/plpgsql/src/nls.mk | modified | +4 −4 |
| src/pl/plpython/nls.mk | modified | +4 −4 |
| src/pl/tcl/nls.mk | modified | +4 −4 |