diff options
Diffstat (limited to 'timezone/Makefile')
-rw-r--r-- | timezone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/timezone/Makefile b/timezone/Makefile index 642086299a..e5cd8e2734 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -53,9 +53,11 @@ define nl endef -ifndef no_deps +ifndef avoid-generated +ifndef inhibit_timezone_rules -include $(addprefix $(objpfx)z.,$(tzfiles)) endif +endif # Make these absolute file names. installed-localtime-file := $(firstword $(filter /%,$(inst_localtime-file)) \ |