* Merge r3897 from the trunk.

This commit is contained in:
Eelco Dolstra 2005-09-20 16:18:56 +00:00
parent 2e33293004
commit 87e5dcd1b8

View File

@ -56,7 +56,8 @@ else
build-aterm: have-aterm
(pfx=`pwd` && \
cd $(ATERM) && \
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm && \
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
--disable-shared --enable-static CFLAGS=-O1 && \
$(MAKE) && \
$(MAKE) install)
touch build-aterm