aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-11-27 15:26:28 +0000
committerdos-reis <gdr@axiomatics.org>2010-11-27 15:26:28 +0000
commitb28362b83b1a42aeb90ee161a85e1c927a00319e (patch)
tree0ad9051307c0f588f598236c6851f7cabef29e60 /Makefile.am
parenta68743eb3dbb06394a9eb1e61f03e815dd8539e5 (diff)
downloadopen-axiom-b28362b83b1a42aeb90ee161a85e1c927a00319e.tar.gz
* Makefile.am: Automake Makefile.in.
* Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index f2777bee..0b410379 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,6 +52,7 @@ oa_installdir = @open_axiom_installdir@
GCLOPTS=@GCLOPTS@
OA_SRC_TARGETS = \
+ all-local \
all-src \
all-algebra \
all-asq \
@@ -75,10 +76,9 @@ OA_SRC_TARGETS = \
if OA_BUILD_GCL
all-recursive all-boot all-lisp all-interpsys all-axiomsys \
- all-algebra all-input all-src: all-gcl
+ all-algebra all-input all-src all-local: all-gcl
endif
-all-local: all-src
$(OA_SRC_TARGETS):
cd src && $(MAKE) $@