changeset 3510:40a589c403d6

cloog: Depend on build-gcc, not gcc.
author John W. Eaton <jwe@octave.org>
date Fri, 07 Feb 2014 12:49:43 -0500
parents 3350681f52f2
children 799dcef88a41
files src/cloog.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cloog.mk	Fri Feb 07 12:49:14 2014 -0500
+++ b/src/cloog.mk	Fri Feb 07 12:49:43 2014 -0500
@@ -8,7 +8,7 @@
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://gcc.gnu.org/pub/gcc/infrastructure/$($(PKG)_FILE)
-$(PKG)_DEPS     := gcc gmp isl
+$(PKG)_DEPS     := build-gcc gmp isl
 
 # stick to tested versions from gcc
 define $(PKG)_UPDATE