Skip to content

Commit 908d91c

Browse files
committed
rescue: Remove useless linking with libl
1 parent 21717be commit 908d91c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rescue/rescue/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo \
5555
ed expr getfacl hostname kenv kill ln ls mkdir mv \
5656
pkill ps pwd realpath rm rmdir setfacl sh sleep stty \
5757
sync test
58-
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ll -ltermcapw -lutil -lxo
58+
CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -lelf -ltermcapw -lutil -lxo
5959
CRUNCH_BUILDTOOLS+= bin/sh
6060

6161
# Additional options for specific programs

0 commit comments

Comments
 (0)