* Merge r3897 from the trunk.
This commit is contained in:
3
externals/Makefile.am
vendored
3
externals/Makefile.am
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user