aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-08-22 20:27:14 +0000
committerdos-reis <gdr@axiomatics.org>2011-08-22 20:27:14 +0000
commitd8ce72f6274af4970ca31fc215107bd30467e565 (patch)
treefbd9c5d1bc42acee3b805d1bb670d09337d3aaec /src/Makefile.am
parent8a64d536e1a5da3c38828d556bfad41c7795d3c1 (diff)
downloadopen-axiom-d8ce72f6274af4970ca31fc215107bd30467e565.tar.gz
* interp/daase.lisp: Remove NILADIC field from DATABASE structure.
(dbNiladic?): Remove. Adjust users. (WRITE-INTERP): Don't write NILADIC field.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f76021f5..85f3aac0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -131,7 +131,7 @@ all-asq: all-hyper-post all-utils
cd etc && $(MAKE) $(AM_MAKEFLAGS) $@
.PHONY: all-databases
-all-databases: all-interp all-doc
+all-databases: all-interpsys all-doc
cd etc && $(MAKE) $(AM_MAKEFLAGS) $@
.PHONY: all-hyper-post