aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-03-07 08:42:20 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-03-07 08:42:20 +0200
commit4af12938e5dff214f68af9f5ca67de3cb6dbdffe (patch)
tree4c16fdac1ef65dfd0e1bd5279668e063d0e9a1e1 /src/Makefile.am
parent35a98d0826c8dbb7cc02b747cd8ce8b6dd71cd1a (diff)
downloadgdbm-4af12938e5dff214f68af9f5ca67de3cb6dbdffe.tar.gz
gdbm-4af12938e5dff214f68af9f5ca67de3cb6dbdffe.tar.bz2
Fix parralel builds
* src/Makefile.am: Add dependency for gram.h Reported by Petr Ovtchenkov <ptr@void-ptr.info>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bf3c380..b06a1f3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,11 +23,15 @@ noinst_HEADERS = \
gdbmconst.h\
gdbmdefs.h\
gettext.h\
+ gram.h\
proto.h\
systems.h
-EXTRA_DIST = gdbm.h.in gram.h gdbm.magic
-BUILT_SOURCES = gdbm.h
+EXTRA_DIST = gdbm.h.in gdbm.magic
+BUILT_SOURCES = gdbm.h gram.h
+
+gram.h: gram.c
+
# The libraries
VI_CURRENT = 4
VI_REVISION = 0

Return to:

Send suggestions and report system problems to the System administrator.