Add missed "make clean" logic in src/interfaces/libpq/Makefile. Commit 818fd4a67 missed cleaning up the symlinks it added for various .c files imported from src/port and src/common. Neatnik-ishly make the file lists in the "clean" target look exactly like the earlier lists of what to symlink in.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/59bfb190f7a8c377a94822ffd4276fcb09650ff7 Modified Files -------------- src/interfaces/libpq/Makefile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
