From e5fdbc5b411137362d238a63fa6ed3a6f1fe2d9b Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 5 Feb 2025 12:30:02 +1100 Subject: [PATCH] coreutils-5.0: remove additional pregend file wheel.h, probably used --- steps/coreutils-5.0/pass2.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/steps/coreutils-5.0/pass2.sh b/steps/coreutils-5.0/pass2.sh index df74675a..c5f1862d 100755 --- a/steps/coreutils-5.0/pass2.sh +++ b/steps/coreutils-5.0/pass2.sh @@ -13,9 +13,9 @@ src_prepare() { touch config.h # Rebuild pregenerated file - rm -f src/false.c - - rm -f src/dircolors.h + rm src/false.c + rm src/dircolors.h + rm src/wheel.h # Bison pre-generated file rm lib/getdate.c