Rename "common.mk" to "Makefile.common"

I believe this is the more common practice.
This commit is contained in:
Pierre Pronchery 2017-11-12 18:28:14 +01:00
parent 0ce7ae0104
commit 43797adda4
3 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,4 @@ COMMENT= GNU C/C++ Compiler for win32/64 cross-development
BUILD_TARGET= all-gcc
INSTALL_TARGET= install-gcc
.include "common.mk"
.include "Makefile.common"

View File

@ -1,4 +1,7 @@
# $NetBSD: common.mk,v 1.2 2012/10/03 15:09:55 asau Exp $
#
# used by wip/mingw-w64-gcc/Makefile
# used by wip/mingw-w64-libgcc/Makefile
DISTNAME= gcc-4.5.1
CATEGORIES= cross

View File

@ -13,4 +13,4 @@ HAVE_FUNCS= _finitef _isnanf acosf acosl asinf asinl atan2f atan2l atanf atanl c
MAKE_ENV+= ac_cv_lib_m_sin=yes
MAKE_ENV+= ${HAVE_FUNCS:C/.*/ac_cv_func_&=yes/}
.include "../../wip/mingw-w64-gcc/common.mk"
.include "../../wip/mingw-w64-gcc/Makefile.common"