aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--Makefile.in1
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) $@