summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1994-05-04 04:18:53 +0000
committerRoland McGrath <roland@gnu.org>1994-05-04 04:18:53 +0000
commitc5d2508125371b681ed58493fe6fd7564bb2c53b (patch)
tree70ad2757273279285bd2fd4bfcd82af8d803b51b /time
parentd3692efa1a64023662a05bf46cef1c3d9741bdce (diff)
Formerly ../time/Makefile.~48~
Diffstat (limited to 'time')
-rw-r--r--time/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile
index df3a07e306..36e567e6b2 100644
--- a/time/Makefile
+++ b/time/Makefile
@@ -61,8 +61,11 @@ posixrules-file := $(firstword $(filter /%,$(posixrules-file)) \
$(addprefix $(zonedir)/, \
$(posixrules-file)))
+ifndef cross-compiling
+# Don't try to install the zoneinfo files since we can't run zic.
install-others = $(addprefix $(zonedir)/,$(zonenames)) \
$(localtime-file) $(posixrules-file)
+endif
include ../Rules