Skip to content

Commit

Permalink
fix Makefile.gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Oct 11, 2024
1 parent cecbcb6 commit 1d037ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions source/fdisk/Makefile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ nls/deflang.c nls/out.lng : svarlang/tlumacz nls/en.txt nls/de.txt nls/es.txt nl
nls/out.lng : nls/deflang.c

nls/en.txt : nls/en_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 437 $< >$@
utf8tocp/utf8tocp 437 $< $@

nls/de.txt : nls/de_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 858 $< >$@
utf8tocp/utf8tocp 858 $< $@

nls/es.txt : nls/es_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 858 $< >$@
utf8tocp/utf8tocp 858 $< $@

nls/fr.txt : nls/fr_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 858 $< >$@
utf8tocp/utf8tocp 858 $< $@

nls/it.txt : nls/it_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 858 $< >$@
utf8tocp/utf8tocp 858 $< $@

nls/pl.txt : nls/pl_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp maz $< >$@
utf8tocp/utf8tocp maz $< $@

nls/tr.txt : nls/tr_utf8.txt utf8tocp/utf8tocp
utf8tocp/utf8tocp 857 $< >$@
utf8tocp/utf8tocp 857 $< $@

# --- build tools -----------------------------------------------------------

Expand Down

0 comments on commit 1d037ba

Please sign in to comment.