]> granicus.if.org Git - postgresql/commit
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Mar 2017 16:51:45 +0000 (12:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Mar 2017 16:51:45 +0000 (12:51 -0400)
commit59bfb190f7a8c377a94822ffd4276fcb09650ff7
tree851b38af665a6fe125636da8e515b13b6f092da5
parentbe6c3d19fd454359f05176eb1add82d4fc6e7758
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.
src/interfaces/libpq/Makefile