ICU-4385 Fix Makefile patch to work with Linux command paths

X-SVN-Rev: 17147
This commit is contained in:
Andy Heninger 2005-01-20 05:37:16 +00:00
parent 743f792983
commit ded70b3ae1

View File

@ -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