We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476f97 commit a396089Copy full SHA for a396089
lib/Makefile.am
@@ -165,15 +165,7 @@ SUFFIXES += .tzmcc
165
166
TZMAP_URL := https://raw.github.com/hroptatyr/dateutils/tzmaps
167
.tzminfo.tzmap:
168
- -$(AM_V_DL) curl -qgskfLO -D "$*.hdr" "$(TZMAP_URL)/$@" \
169
- || { echo "Cannot download latest tzmaps:" >&2; \
170
- cat "$*.hdr" >&2; \
171
- echo -e "\n\
172
-You can download them from https://github.com/hroptatyr/dateutils/tree/tzmaps\n\
173
-or if you happen to use the git repository copy them rom the tzmaps branch\n\
174
-and put them into $(abs_builddir).\n\
175
-\n" >&2; }
176
- -@$(RM) -- "$*.hdr"
+ -$(AM_V_DL) curl -q -gskfLO -D "$*.hdr" "$(TZMAP_URL)/$@"
177
178
.tzmap.tzmcc:
179
-$(AM_V_GEN) $(builddir)/tzmap cc -e -o $@ $<
0 commit comments