Commit 45e1b6c4 authored by Andrew Dunstan's avatar Andrew Dunstan

Alphabeticize list in OBJS definition in utils/adt Makefile.

parent ddfc9cb0
...@@ -15,24 +15,25 @@ override CFLAGS+= -mieee ...@@ -15,24 +15,25 @@ override CFLAGS+= -mieee
endif endif
endif endif
# keep this list arranged alphabetically or it gets to be a mess
OBJS = acl.o arrayfuncs.o array_selfuncs.o array_typanalyze.o \ OBJS = acl.o arrayfuncs.o array_selfuncs.o array_typanalyze.o \
array_userfuncs.o arrayutils.o bool.o \ array_userfuncs.o arrayutils.o ascii.o bool.o \
cash.o char.o date.o datetime.o datum.o domains.o \ cash.o char.o date.o datetime.o datum.o dbsize.o domains.o \
enum.o float.o format_type.o \ encode.o enum.o float.o format_type.o formatting.o genfile.o \
geo_ops.o geo_selfuncs.o int.o int8.o json.o jsonfuncs.o like.o \ geo_ops.o geo_selfuncs.o inet_cidr_ntop.o inet_net_pton.o int.o \
lockfuncs.o misc.o nabstime.o name.o numeric.o numutils.o \ int8.o json.o jsonfuncs.o like.o \
oid.o oracle_compat.o orderedsetaggs.o \ lockfuncs.o mac.o misc.o nabstime.o name.o network.o numeric.o \
pseudotypes.o rangetypes.o rangetypes_gist.o \ numutils.o oid.o oracle_compat.o orderedsetaggs.o \
rowtypes.o regexp.o regproc.o ruleutils.o selfuncs.o \ pg_lzcompress.o pg_locale.o pgstatfuncs.o \
tid.o timestamp.o varbit.o varchar.o varlena.o version.o xid.o \ pseudotypes.o quote.o rangetypes.o rangetypes_gist.o \
network.o mac.o inet_cidr_ntop.o inet_net_pton.o \ rangetypes_selfuncs.o rangetypes_spgist.o rangetypes_typanalyze.o \
ri_triggers.o pg_lzcompress.o pg_locale.o formatting.o \ regexp.o regproc.o ri_triggers.o rowtypes.o ruleutils.o \
ascii.o quote.o pgstatfuncs.o encode.o dbsize.o genfile.o trigfuncs.o \ selfuncs.o tid.o timestamp.o trigfuncs.o \
tsginidx.o tsgistidx.o tsquery.o tsquery_cleanup.o tsquery_gist.o \ tsginidx.o tsgistidx.o tsquery.o tsquery_cleanup.o tsquery_gist.o \
tsquery_op.o tsquery_rewrite.o tsquery_util.o tsrank.o \ tsquery_op.o tsquery_rewrite.o tsquery_util.o tsrank.o \
tsvector.o tsvector_op.o tsvector_parser.o \ tsvector.o tsvector_op.o tsvector_parser.o \
txid.o uuid.o windowfuncs.o xml.o rangetypes_spgist.o \ txid.o uuid.o varbit.o varchar.o varlena.o version.o \
rangetypes_typanalyze.o rangetypes_selfuncs.o windowfuncs.o xid.o xml.o
like.o: like.c like_match.c like.o: like.c like_match.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment