ICU-4385 Fix Makefile patch to work with Linux command paths
X-SVN-Rev: 17147
This commit is contained in:
parent
743f792983
commit
ded70b3ae1
@ -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…
Reference in New Issue
Block a user