diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 16:27:02 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-12 16:27:02 +0200 |
commit | b0857d40f503a29f7cf1dd9bfab3f60e6b0152f6 (patch) | |
tree | 654962f4ea80ae04b8f1869e72f349dd0d9a4e92 /toolchain/glibc-ports/Makefile | |
parent | f04227421063498a88707c43ec80b2b70d9b8d83 (diff) |
update glibc to latest upstream
Diffstat (limited to 'toolchain/glibc-ports/Makefile')
-rw-r--r-- | toolchain/glibc-ports/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile deleted file mode 100644 index 6cfc0c810..000000000 --- a/toolchain/glibc-ports/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# This file is part of the OpenADK project. OpenADK is copyrighted -# material, please see the LICENCE file in the top-level directory. - -include $(TOPDIR)/rules.mk -include ../rules.mk -include Makefile.inc - -include ${TOPDIR}/mk/buildhlp.mk - -$(WRKBUILD)/.headers: - touch $@ - -$(WRKBUILD)/.configured: - touch $@ - -$(WRKBUILD)/.compiled: - touch $@ - -$(WRKBUILD)/.installed: - touch $@ - -include ${TOPDIR}/mk/toolchain.mk |