changeset 697:e3e2690dee30

bugfix: remove dependencies on package pkg_config which no longer exists
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 07 Feb 2010 10:49:04 +0100
parents 08caaa435f07
children a7b95e107568
files src/gcc.mk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gcc.mk	Sun Feb 07 10:43:17 2010 +0100
+++ b/src/gcc.mk	Sun Feb 07 10:49:04 2010 +0100
@@ -11,7 +11,7 @@
 $(PKG)_WEBSITE  := http://gcc.gnu.org/
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_URL_2    := ftp://ftp.cs.tu-berlin.de/pub/gnu/gcc/gcc-$($(PKG)_VERSION)/$($(PKG)_FILE)
-$(PKG)_DEPS     := pkg_config mingwrt mingwrt-dll w32api directx binutils gcc-gmp gcc-mpfr gcc-tdm gcc-pthreads
+$(PKG)_DEPS     := mingwrt mingwrt-dll w32api directx binutils gcc-gmp gcc-mpfr gcc-tdm gcc-pthreads
 
 define $(PKG)_UPDATE
     wget -q -O- 'http://ftp.gnu.org/gnu/gcc/?C=M;O=D' | \