Skip to content

Commit 86e3894

Browse files
committed
fix
1 parent f6efe02 commit 86e3894

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ include $(top_builddir)/src/Makefile.global
1919

2020
SUBDIRS = access bootstrap catalog parser commands executor foreign lib libpq \
2121
main nodes optimizer port postmaster regex replication rewrite \
22-
storage crypto tcop tsearch utils $(top_builddir)/src/timezone
22+
storage tcop tsearch utils $(top_builddir)/src/timezone
2323

2424
include $(srcdir)/common.mk
2525

src/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
2020
SUBDIRS = access bootstrap catalog commands common datatype \
2121
executor fe_utils foreign \
2222
lib libpq mb nodes optimizer parser postmaster regex replication \
23-
rewrite storage crypto tcop snowball snowball/libstemmer tsearch \
23+
rewrite storage tcop snowball snowball/libstemmer tsearch \
2424
tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \
2525
port/win32_msvc/sys port/win32/arpa port/win32/netinet \
2626
port/win32/sys portability

0 commit comments

Comments
 (0)