diff options
author | dos-reis <gdr@axiomatics.org> | 2010-11-27 18:22:17 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-11-27 18:22:17 +0000 |
commit | de08bcc30c5b206e7a2a0750d5636c9d5145033a (patch) | |
tree | 3fb6097c033cef4e372a1e1e05ac41bdeda5fd6a | |
parent | b28362b83b1a42aeb90ee161a85e1c927a00319e (diff) | |
download | open-axiom-de08bcc30c5b206e7a2a0750d5636c9d5145033a.tar.gz |
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0b410379..a180983e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -79,6 +79,7 @@ all-recursive all-boot all-lisp all-interpsys all-axiomsys \ all-algebra all-input all-src all-local: all-gcl endif +all: all-local $(OA_SRC_TARGETS): cd src && $(MAKE) $@ diff --git a/Makefile.in b/Makefile.in index 79ccf650..deb1f14f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -910,6 +910,7 @@ uninstall-am: @OA_BUILD_GCL_TRUE@all-recursive all-boot all-lisp all-interpsys all-axiomsys \ @OA_BUILD_GCL_TRUE@ all-algebra all-input all-src all-local: all-gcl +all: all-local $(OA_SRC_TARGETS): cd src && $(MAKE) $@ |