Skip to content

Commit 84d630e

Browse files
committed
Dept of second thoughts: don't expose rijndael.tbl: rijndael.c dependency
to make. We ship the table file in the tarball and so this dependency just opens file timestamp skew problems without doing anything useful. (Not that it should hurt, either ... except for cross-compile builds.)
1 parent 326a7a0 commit 84d630e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/pgcrypto/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.15 2005/07/05 23:13:57 tgl Exp $
2+
# $PostgreSQL: pgsql/contrib/pgcrypto/Makefile,v 1.16 2005/07/05 23:18:44 tgl Exp $
33
#
44

55
# if you don't have OpenSSL, you can use libc random() or /dev/urandom
@@ -59,6 +59,6 @@ endif
5959

6060
rijndael.o: rijndael.tbl
6161

62-
rijndael.tbl: rijndael.c
62+
rijndael.tbl:
6363
$(CC) $(CPPFLAGS) $(CFLAGS) -DPRINT_TABS rijndael.c -o gen-rtab
6464
./gen-rtab > rijndael.tbl

0 commit comments

Comments
 (0)