Skip to content

Commit 17cae40

Browse files
authored
Merge pull request #501 from fosslinux/coreutils-5.0-fixup
coreutils-5.0: remove additional pregend file
2 parents 13a3d82 + e5fdbc5 commit 17cae40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

steps/coreutils-5.0/pass2.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ src_prepare() {
1313
touch config.h
1414

1515
# Rebuild pregenerated file
16-
rm -f src/false.c
17-
18-
rm -f src/dircolors.h
16+
rm src/false.c
17+
rm src/dircolors.h
18+
rm src/wheel.h
1919

2020
# Bison pre-generated file
2121
rm lib/getdate.c

0 commit comments

Comments
 (0)