Skip to content

Commit

Permalink
chore: Link readlink from UCBBIN to DEFBIN.
Browse files Browse the repository at this point in the history
  • Loading branch information
takusuman committed Feb 28, 2023
1 parent 52c2bb5 commit 300330a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ directories:
test -d $(ROOT)$(DFLDIR) || mkdir -p $(ROOT)$(DFLDIR)

links:
for i in install ; \
for i in install readlink ; \
do \
rm -f $(ROOT)$(DEFBIN)/$$i; \
sh build/crossln $(ROOT)$(UCBBIN)/$$i $(ROOT)$(DEFBIN)/$$i $(ROOT); \
Expand Down

0 comments on commit 300330a

Please sign in to comment.