* Use $(MAKE)' instead of
make' for systems where `make' isn't GNU
make (such as FreeBSD).
This commit is contained in:
parent
36fb29f8f0
commit
d8a31da1ea
8
externals/Makefile.am
vendored
8
externals/Makefile.am
vendored
|
@ -26,8 +26,8 @@ build-db: have-db
|
|||
../dist/configure --prefix=$$pfx/inst-bdb \
|
||||
--enable-cxx --disable-shared --disable-cryptography \
|
||||
--disable-replication --disable-verify && \
|
||||
make && \
|
||||
make install)
|
||||
$(MAKE) && \
|
||||
$(MAKE) install)
|
||||
touch build-db
|
||||
endif
|
||||
|
||||
|
@ -57,8 +57,8 @@ build-aterm: have-aterm
|
|||
(pfx=`pwd` && \
|
||||
cd $(ATERM) && \
|
||||
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
|
||||
make && \
|
||||
make install)
|
||||
$(MAKE) && \
|
||||
$(MAKE) install)
|
||||
touch build-aterm
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue