mirror of
https://github.com/NixOS/nix.git
synced 2024-11-25 16:23:02 +00:00
* 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)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user