diff options
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 |