From 4b4a2745efc17ff000a60b2d0e220be140dd2a0d Mon Sep 17 00:00:00 2001 From: pericycle Date: Mon, 10 Feb 2025 19:59:41 +0800 Subject: Rename output makefile -> Makefile. The pr exists because in freebsd-port the default generated `makefile` can't be detected in the gmake build system. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 128cfc715..27ccec32b 100755 --- a/configure +++ b/configure @@ -28,7 +28,7 @@ xmake_sh_version="1.0.5" xmake_sh_verbose=false xmake_sh_diagnosis=false xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, tboox.org, xmake.io." -xmake_sh_makefile="${xmake_sh_projectdir}/makefile" +xmake_sh_makefile="${xmake_sh_projectdir}/Makefile" #----------------------------------------------------------------------------- # some helper functions -- cgit v1.3.1