Index: contrib/pgcrypto/Makefile =================================================================== RCS file: /opt/arc/cvs2/pgsql/contrib/pgcrypto/Makefile,v retrieving revision 1.16 diff -u -c -r1.16 Makefile *** contrib/pgcrypto/Makefile 5 Jul 2005 23:18:44 -0000 1.16 --- contrib/pgcrypto/Makefile 6 Jul 2005 10:37:26 -0000 *************** *** 16,22 **** CF_TESTS = $(if $(subst no,,$(with_openssl)), $(OSSL_TESTS)) CF_CFLAGS = $(if $(subst no,,$(with_openssl)), $(OSSL_CFLAGS), $(INT_CFLAGS)) ! PG_CPPFLAGS := $(CF_CFLAGS) -I$(srcdir) $(PG_CPPFLAGS) SRCS = pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c \ crypt-gensalt.c crypt-blowfish.c crypt-des.c \ --- 16,22 ---- CF_TESTS = $(if $(subst no,,$(with_openssl)), $(OSSL_TESTS)) CF_CFLAGS = $(if $(subst no,,$(with_openssl)), $(OSSL_CFLAGS), $(INT_CFLAGS)) ! PG_CPPFLAGS = $(CF_CFLAGS) -I$(srcdir) SRCS = pgcrypto.c px.c px-hmac.c px-crypt.c misc.c random.c \ crypt-gensalt.c crypt-blowfish.c crypt-des.c \