* Don't build ATerm library if we don't need to.

This commit is contained in:
Eelco Dolstra 2004-02-16 16:48:06 +00:00
parent 0dfdafdf6d
commit 86b7efbdbe
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,9 @@ have-aterm:
$(MAKE) $(ATERM)
touch have-aterm
if HAVE_ATERM
build-aterm:
else
build-aterm: have-aterm
(pfx=`pwd` && \
cd $(ATERM) && \
@ -58,6 +61,7 @@ build-aterm: have-aterm
make && \
make install)
touch build-aterm
endif
all: build-db build-aterm