From 9a4f5c4f3d3342d9cb002d9fe6b0a0df1dc8b50f Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 16 Oct 2025 17:41:32 +0200 Subject: [PATCH] GNUmakefile: move du & touch to PROGS --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 9e40cfbdc..88ca22120 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -107,6 +107,7 @@ PROGS := \ dir \ dircolors \ dirname \ + du \ echo \ env \ expand \ @@ -151,6 +152,7 @@ PROGS := \ tail \ tee \ test \ + touch \ tr \ true \ truncate \ @@ -168,7 +170,6 @@ UNIX_PROGS := \ chmod \ chown \ chroot \ - du \ groups \ hostid \ hostname \ @@ -186,7 +187,6 @@ UNIX_PROGS := \ stdbuf \ stty \ timeout \ - touch \ tty \ uname \ unlink \