1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 20:42:39 +00:00

define TYPECHECK when doing make typecheck

SCCS-file: Makefile
SCCS-SID: 7.103
This commit is contained in:
Arthur David Olson
2005-01-10 12:07:05 -05:00
committed by Paul Eggert
parent 8aab58707f
commit 81fd631361

View File

@ -396,9 +396,9 @@ public: $(ENCHILADA) zic
typecheck:
make clean
for i in "long long" double unsigned; \
for i in "long long" unsigned double; \
do \
make CFLAGS="-D_TIME_T \"-Dtime_t=$$i\"" ; \
make CFLAGS="-DTYPECHECK -D_TIME_T \"-Dtime_t=$$i\"" ; \
./zdump -v US/Eastern ; \
make clean ; \
done