forked from lix-project/lix
* Don't build ATerm library if we don't need to.
This commit is contained in:
parent
0dfdafdf6d
commit
86b7efbdbe
4
externals/Makefile.am
vendored
4
externals/Makefile.am
vendored
|
@ -50,6 +50,9 @@ have-aterm:
|
||||||
$(MAKE) $(ATERM)
|
$(MAKE) $(ATERM)
|
||||||
touch have-aterm
|
touch have-aterm
|
||||||
|
|
||||||
|
if HAVE_ATERM
|
||||||
|
build-aterm:
|
||||||
|
else
|
||||||
build-aterm: have-aterm
|
build-aterm: have-aterm
|
||||||
(pfx=`pwd` && \
|
(pfx=`pwd` && \
|
||||||
cd $(ATERM) && \
|
cd $(ATERM) && \
|
||||||
|
@ -58,6 +61,7 @@ build-aterm: have-aterm
|
||||||
make && \
|
make && \
|
||||||
make install)
|
make install)
|
||||||
touch build-aterm
|
touch build-aterm
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
all: build-db build-aterm
|
all: build-db build-aterm
|
||||||
|
|
Loading…
Reference in a new issue