Skip to content

Commit

Permalink
fix bug in cross.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Sep 20, 2010
1 parent b9ea37b commit d58481c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/cross-build/cross.mk
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ cairo_clean:
cd cairo* && rm -fr $(ARCH)

libftk:
cd ftk* && . ./autogen.sh;
mkdir ftk/$(ARCH); cd ftk/$(ARCH) && \
cd ftk* && . ./autogen.sh; \
mkdir $(ARCH); cd $(ARCH) && \
../configure $(FTK_CONF_OPTION) $(WITH_BACKEND) ac_cv_func_realloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes $(HOST_PARAM) --prefix=$(PREFIX) &&\
make clean; make && make install DESTDIR=${STAGING} && \
make install DESTDIR=/
Expand Down

0 comments on commit d58481c

Please sign in to comment.