define TYPECHECK when doing make typecheck

SCCS-file: Makefile
SCCS-SID: 7.103
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:46 -04:00
committed by Paul Eggert
parent 8aab58707f
commit 81fd631361
+2 -2
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