Skip to content

Commit 9a4f5c4

Browse files
committed
GNUmakefile: move du & touch to PROGS
1 parent b990406 commit 9a4f5c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ PROGS := \
107107
dir \
108108
dircolors \
109109
dirname \
110+
du \
110111
echo \
111112
env \
112113
expand \
@@ -151,6 +152,7 @@ PROGS := \
151152
tail \
152153
tee \
153154
test \
155+
touch \
154156
tr \
155157
true \
156158
truncate \
@@ -168,7 +170,6 @@ UNIX_PROGS := \
168170
chmod \
169171
chown \
170172
chroot \
171-
du \
172173
groups \
173174
hostid \
174175
hostname \
@@ -186,7 +187,6 @@ UNIX_PROGS := \
186187
stdbuf \
187188
stty \
188189
timeout \
189-
touch \
190190
tty \
191191
uname \
192192
unlink \

0 commit comments

Comments
 (0)