summaryrefslogtreecommitdiff
path: root/build_posix/Make.base
diff options
context:
space:
mode:
Diffstat (limited to 'build_posix/Make.base')
-rw-r--r--build_posix/Make.base3
1 files changed, 3 insertions, 0 deletions
diff --git a/build_posix/Make.base b/build_posix/Make.base
index e3b1e96690d..6c3d64c265b 100644
--- a/build_posix/Make.base
+++ b/build_posix/Make.base
@@ -15,5 +15,8 @@ noinst_PROGRAMS = ex_access ex_all ex_call_center ex_config ex_cursor \
include_HEADERS= wiredtiger.h
INCLUDES= -I../src/include
+Makefile.am: Make.base makemake ../dist/filelist
+ @sh makemake
+
../src/include/extern.h: $(libwiredtiger_a_SOURCES)
@cd ../dist && sh s_prototypes && touch $@