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

emkdir work

SCCS-file: Makefile
SCCS-SID: 4.18
This commit is contained in:
Arthur David Olson
1989-03-05 22:10:42 -05:00
committed by Paul Eggert
parent b6712fe742
commit 55d69d42cc

View File

@ -54,6 +54,10 @@ TZLIB= /usr/lib/libz.a
# -Dstrchr=index
# to the end of the "CFLAGS=" line.
#
# If your're running on a system with a "mkdir" function, feel free to add
# -Demkdir=mkdir
# to the end of the "CFLAGS=" line
#
# If you want to use System V compatibility code, add
# -DUSG_COMPAT
# to the end of the "CFLAGS=" line.