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:
committed by
Paul Eggert
parent
d58f3fe141
commit
548a83f53a
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Reference in New Issue
Block a user