1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-11 05:41:32 +03:00

Add newly-symlinked files to "make clean" target.

Oversight in 60f11b87a.
This commit is contained in:
Tom Lane 2017-04-08 14:25:45 -04:00
parent 9025af3ed0
commit aba696d1af

View File

@ -156,7 +156,7 @@ clean distclean: clean-lib
rm -f pg_config_paths.h rm -f pg_config_paths.h
# Remove files we (may have) symlinked in from src/port and other places # 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 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 rm -f encnames.c wchar.c
maintainer-clean: distclean maintainer-clean-lib maintainer-clean: distclean maintainer-clean-lib