pgcrypto: Remove unused binary from clean target
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Jul 2024 12:27:01 +0000 (14:27 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Jul 2024 12:27:01 +0000 (14:27 +0200)
commitcc59f9d0ff27bc63b41992e04afc67f7efe44019
tree28a6413fb335962741188e486f9ddb62499d2bcd
parentc5c71830267b42098add2862df4b15bc25ae0103
pgcrypto: Remove unused binary from clean target

Generation of the gen-rtab binary was removed in db7d1a7b0 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
contrib/pgcrypto/Makefile