1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 18:10:40 +00:00

Improve performance a bit with GNU Make.

* Makefile (.PHONY): New rule, listing non-file targets.
This commit is contained in:
Paul Eggert
2014-06-14 15:25:13 -07:00
parent aac77e9d1d
commit 2d889e995b

View File

@@ -585,3 +585,10 @@ zdump.o: version.h
zic.o: private.h tzfile.h version.h
.KEEP_STATE:
.PHONY: ALL INSTALL all
.PHONY: check check_character_set check_public check_tables
.PHONY: check_time_t_alternatives check_web clean clean_misc
.PHONY: install maintainer-clean names posix_only posix_right
.PHONY: public right_only right_posix signatures tarballs typecheck
.PHONY: zonenames zones