Bruce Momjian writes:
> > Can you point to one example of such an inconsistency? I can't find one.
>
> Sure, interfaces/libpq had:
>
> OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o \
> pqexpbuffer.o dllist.o md5.o pqsignal.o fe-secure.o \
> $(INET_ATON) $(SNPRINTF) $(STRERROR)
>
> while psql/Makefile had what I think you wanted:
Note that the libpq makefile goes through trouble to link the inet_aton.c
file into the current directory, so this example doesn't count.
--
Peter Eisentraut peter_e@gmx.net