Commit c58f4c10 authored by Christophe Mutricy's avatar Christophe Mutricy

contrib/makefile: Fix dirac compilation

parent 5e367827
...@@ -1645,11 +1645,11 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz ...@@ -1645,11 +1645,11 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifneq ($(HOST),$(BUILD)) ifneq ($(HOST),$(BUILD))
patch -p 0 <Patches/dirac-cross.patch patch -p 0 <Patches/dirac-cross.patch
(cd $@; autoconf && automake) (cd $@; aclocal && autoconf && automake)
endif endif
.dirac: dirac .dirac: dirac
(cd $<; aclocal && ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && DOC_DIR="" make && DOC_DIR="" make install) (cd $<; ./configure $(HOSTCONF) --prefix=$(PREFIX) CFLAGS="$(CFLAGS)" && DOC_DIR="" make && DOC_DIR="" make install)
$(INSTALL_NAME) $(INSTALL_NAME)
touch $@ touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment