Skip to content

Commit cc59f9d

Browse files
pgcrypto: Remove unused binary from clean target
Generation of the gen-rtab binary was removed in db7d1a7 but it was accidentally left in the cleaning target. Remove since it is no longer built. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/c1d63754-cb85-2d8a-8409-bde2c4d2d04b@gmail.com
1 parent c5c7183 commit cc59f9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/pgcrypto/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ REGRESS = init md5 sha1 hmac-md5 hmac-sha1 blowfish rijndael \
4545
pgp-armor pgp-decrypt pgp-encrypt pgp-encrypt-md5 $(CF_PGP_TESTS) \
4646
pgp-pubkey-decrypt pgp-pubkey-encrypt pgp-info
4747

48-
EXTRA_CLEAN = gen-rtab
49-
5048
ifdef USE_PGXS
5149
PG_CONFIG = pg_config
5250
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)