Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Makefile.SH: fix case-insensitive filesystems (ie WSL)
Browse files Browse the repository at this point in the history
Closes GH #424
  • Loading branch information
rurban committed Oct 8, 2020
1 parent 5a5de71 commit 5f38a90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.SH
Original file line number Diff line number Diff line change
Expand Up @@ -2093,7 +2093,10 @@ ctags:
!NO!SUBS!

$eunicefix Makefile
# for case-insensitive filesystems (ie WSL)
mv Makefile Makefile.new
$rm -f $firstmakefile
mv Makefile.new Makefile

# Now do any special processing required before building.

Expand Down

0 comments on commit 5f38a90

Please sign in to comment.