aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-04-08 14:25:45 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-04-08 14:25:45 -0400
commitaba696d1af9a267eee85d69845c3cdeccf788525 (patch)
tree7a2ff873b0b437635509d084916c84ea0d04e01c /src
parent9025af3ed039dd3bb9286b5af2fbdb29b9eb204e (diff)
downloadpostgresql-aba696d1af9a267eee85d69845c3cdeccf788525.tar.gz
postgresql-aba696d1af9a267eee85d69845c3cdeccf788525.zip
Add newly-symlinked files to "make clean" target.
Oversight in 60f11b87a.
Diffstat (limited to 'src')
-rw-r--r--src/interfaces/libpq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 6ffb90ff39c..87f22d242fb 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -156,7 +156,7 @@ clean distclean: clean-lib
rm -f pg_config_paths.h
# Remove files we (may have) symlinked in from src/port and other places
rm -f chklocale.c crypt.c erand48.c getaddrinfo.c getpeereid.c inet_aton.c inet_net_ntop.c noblock.c open.c system.c pgsleep.c pg_strong_random.c pgstrcasecmp.c pqsignal.c snprintf.c strerror.c strlcpy.c thread.c win32error.c win32setlocale.c
- rm -f md5.c ip.c base64.c scram-common.c sha2.c sha2_openssl.c
+ rm -f ip.c md5.c base64.c scram-common.c sha2.c sha2_openssl.c saslprep.c unicode_norm.c
rm -f encnames.c wchar.c
maintainer-clean: distclean maintainer-clean-lib