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

avoid problems if . is not in path

SCCS-file: Makefile
SCCS-SID: 2.10
This commit is contained in:
Arthur David Olson
1986-10-29 21:24:28 -05:00
committed by Paul Eggert
parent 0283a780bd
commit 0df482d650

View File

@ -37,7 +37,7 @@ ENCHILADA= $(DOCS) $(SOURCES) $(DATA)
all: REDID_BINARIES tzdump $(TZLIB)
REDID_BINARIES: $(TZDIR) tzcomp $(DATA) years
tzcomp -l $(LOCALTIME) -d $(TZDIR) $(DATA)
./tzcomp -l $(LOCALTIME) -d $(TZDIR) $(DATA)
cp /dev/null $@
tzdump: $(TZDOBJS)