diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 825c0b29..f65eb8b8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -58,10 +58,10 @@ all-asq: all-hyper-post cd etc && $(MAKE) $@ .PHONY: all-databases -all-databases: all-interpsys +all-databases: all-interpsys all-doc cd etc && $(MAKE) $@ -all-hyper-post: all-algebra +all-hyper-post: all-algebra all-doc cd hyper && $(MAKE) all-hyper-post all-graph: all-lib cd graph && $(MAKE) $@ |