diff options
Diffstat (limited to 'toolchain/glibc-ports/Makefile')
| -rw-r--r-- | toolchain/glibc-ports/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile new file mode 100644 index 000000000..be4a39e65 --- /dev/null +++ b/toolchain/glibc-ports/Makefile @@ -0,0 +1,22 @@ +# 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 |
