Skip to content

Commit de3e5db

Browse files
committed
Makefile.inc1: garbage collect unused variable: install-info
The variable's definition was removed with texinfo in 2d28136, but the reference to the variable was left behind. This is effectively a no-op cleanup. MFC after: 3 days
1 parent 19c8cc3 commit de3e5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.inc1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1417,7 +1417,7 @@ _sysctl=sysctl
14171417
.endif
14181418

14191419
ITOOLS= [ awk cap_mkdb cat chflags chmod chown cmp cp \
1420-
date echo egrep find grep id install ${_install-info} \
1420+
date echo egrep find grep id install \
14211421
ln make mkdir mtree mv pwd_mkdb \
14221422
rm sed services_mkdb sh sort strip ${_sysctl} test time true uname wc
14231423

0 commit comments

Comments
 (0)