Commit b0d80c32 authored by Antoine Cellerier's avatar Antoine Cellerier

Fix extra makefile.

parent 00574ad5
...@@ -1921,6 +1921,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz ...@@ -1921,6 +1921,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ) $(EXTRACT_GZ)
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
# patch -p0 <Patches/dirac-osx.patch # patch -p0 <Patches/dirac-osx.patch
echo ""
else else
patch -p0 <Patches/dirac-cross.patch patch -p0 <Patches/dirac-cross.patch
(cd $@; aclocal && autoconf && automake) (cd $@; aclocal && autoconf && automake)
......
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