Skip to content

Commit 83dc553

Browse files
authored
Merge pull request #8958 from oech3/win-unlink-arch
build: Move unlink and arch to PROGS
2 parents 967e40e + 827a6b6 commit 83dc553

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ endif
9191

9292
# Possible programs
9393
PROGS := \
94+
arch \
9495
base32 \
9596
base64 \
9697
basenc \
@@ -161,13 +162,13 @@ PROGS := \
161162
uname \
162163
unexpand \
163164
uniq \
165+
unlink \
164166
vdir \
165167
wc \
166168
whoami \
167169
yes
168170

169171
UNIX_PROGS := \
170-
arch \
171172
chgrp \
172173
chmod \
173174
chown \
@@ -189,7 +190,6 @@ UNIX_PROGS := \
189190
stty \
190191
timeout \
191192
tty \
192-
unlink \
193193
uptime \
194194
users \
195195
who

0 commit comments

Comments
 (0)