1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-23 18:50:01 +00:00

timezone.h->tzfile.h

SCCS-file: Makefile
SCCS-SID: 1.12
This commit is contained in:
Arthur David Olson
1986-02-15 15:23:00 -05:00
committed by Paul Eggert
parent d58f3fe141
commit 548a83f53a

View File

@ -12,7 +12,7 @@ TZCSRCS= tzcomp.c scheck.c strchr.c
TZCOBJS= tzcomp.o scheck.o strchr.o
TZDSRCS= tzdump.c settz.c
TZDOBJS= tzdump.o settz.o
ENCHILADA= Makefile timezone.h $(TZCSRCS) $(TZDSRCS) tzinfo years.sh
ENCHILADA= Makefile tzfile.h $(TZCSRCS) $(TZDSRCS) tzinfo years.sh
all: REDID_BINARIES tzdump
@ -50,4 +50,4 @@ clean:
CLEAN: clean
sccs clean
tzdump.o tzcomp.o settz.o: timezone.h
tzdump.o tzcomp.o settz.o: tzfile.h