From a7b9737490e782943ce65ceb6fded6555f2c0567 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 16 Dec 2024 09:36:45 +0100 Subject: [PATCH] GNUmakefile: remove "sleep" from UNIX_PROGS because it's already in PROGS --- GNUmakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index 0b4f2d04c..af73a10f4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -147,7 +147,6 @@ UNIX_PROGS := \ nohup \ pathchk \ pinky \ - sleep \ stat \ stdbuf \ timeout \