1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Update basename for latest rustc

This commit is contained in:
Jordi Boggiano 2014-01-07 01:54:02 +01:00
parent c50e475c6b
commit aa889f6bae
2 changed files with 5 additions and 5 deletions

View file

@ -9,6 +9,7 @@ RMFLAGS :=
# Possible programs
PROGS := \
base64 \
basename \
cat \
dirname \
echo \
@ -24,7 +25,6 @@ PROGS := \
wc \
whoami \
yes \
basename \
BUILD ?= $(PROGS)