diff options
Diffstat (limited to 'toolchain/glibc')
-rw-r--r-- | toolchain/glibc/Makefile | 2 | ||||
-rw-r--r-- | toolchain/glibc/Makefile.inc | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile index 19aee9952..89e6b02cb 100644 --- a/toolchain/glibc/Makefile +++ b/toolchain/glibc/Makefile @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/toolchain/glibc/Makefile.inc b/toolchain/glibc/Makefile.inc index 083e3041b..3e5d8b475 100644 --- a/toolchain/glibc/Makefile.inc +++ b/toolchain/glibc/Makefile.inc @@ -1,5 +1,3 @@ -# $Id$ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. @@ -7,4 +5,4 @@ PKG_NAME:= glibc PKG_VERSION:= 2.10.90 PKG_RELEASE:= 1 PKG_MD5SUM:= f1d6d30f762e0be537a1f84d26fa0403 -MASTER_SITES:= http://www.openadk.org/distfiles +PKG_SITES:= http://www.openadk.org/distfiles |