mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-4385 Fix Makefile patch to work with Linux command paths
X-SVN-Rev: 17147
This commit is contained in:
parent
743f792983
commit
ded70b3ae1
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ diff -u -r ../tzcode.orig/Makefile ./Makefile
|
|||
SHELL= /bin/sh
|
||||
|
||||
-all: tzselect zic zdump $(LIBOBJS)
|
||||
+LS= /usr/bin/ls
|
||||
+SED= /usr/bin/sed
|
||||
+LS= /bin/ls
|
||||
+SED= /bin/sed
|
||||
+
|
||||
+all: tzselect zic zdump $(LIBOBJS) tz2icu
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue