From 204ee3cf6aca29652272d943946f9809060d054d Mon Sep 17 00:00:00 2001 From: Thomas Wolff Date: Sat, 17 Apr 2021 00:00:00 +0200 Subject: fix and amend scripts and makefile rules to generate Unicode data --- newlib/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'newlib/Makefile.am') diff --git a/newlib/Makefile.am b/newlib/Makefile.am index 03390cd17..3a8b99fce 100644 --- a/newlib/Makefile.am +++ b/newlib/Makefile.am @@ -420,10 +420,6 @@ endif # Generate Unicode data tables for libc/string/wcwidth and libc/ctype/??w* unidata: - cd $(srcdir)/libc/string; ./mkunidata - cd $(srcdir)/libc/ctype; ./mkunidata - -unidate-download: cd $(srcdir)/libc/string; ./mkunidata -u cd $(srcdir)/libc/ctype; ./mkunidata -u -- cgit v1.2.3