Skip to content

Commit aba696d

Browse files
committed
Add newly-symlinked files to "make clean" target.
Oversight in 60f11b8.
1 parent 9025af3 commit aba696d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ clean distclean: clean-lib
156156
rm -f pg_config_paths.h
157157
# Remove files we (may have) symlinked in from src/port and other places
158158
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
159-
rm -f md5.c ip.c base64.c scram-common.c sha2.c sha2_openssl.c
159+
rm -f ip.c md5.c base64.c scram-common.c sha2.c sha2_openssl.c saslprep.c unicode_norm.c
160160
rm -f encnames.c wchar.c
161161

162162
maintainer-clean: distclean maintainer-clean-lib

0 commit comments

Comments
 (0)