mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-22 22:00:08 +00:00
typo fix
SCCS-file: Makefile SCCS-SID: 2.36
This commit is contained in:
committed by
Paul Eggert
parent
fd238e4507
commit
e675ba1844
6
Makefile
6
Makefile
@ -120,9 +120,9 @@ $(ENCHILADA):
|
||||
sccs get $(REL) $(REV) $@
|
||||
|
||||
sure: $(TZCSRCS) $(TZDSRCS) tzfile.h
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)" $(TZCSRCS)
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)" $(TZDSRCS)
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)" $(LIBSRCS)
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZCSRCS)
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(TZDSRCS)
|
||||
lint $(LINTFLAGS) $(CFLAGS) -DTZDIR=\"$(TZDIR)\" $(LIBSRCS)
|
||||
|
||||
clean:
|
||||
rm -f core *.o *.out REDID_BINARIES zdump zic BUNDLE* \#*
|
||||
|
||||
Reference in New Issue
Block a user