SCCS-file: Makefile

SCCS-SID: 7.57
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:26 -04:00
committed by Paul Eggert
parent 12fd4ebdce
commit 1acbdcbfc3
+2 -1
View File
@@ -203,7 +203,8 @@ CFLAGS=
# If you want zic's -s option used when installing, uncomment the next line
# ZFLAGS= -s
ZIC= ./zic $(ZFLAGS)
zic= ./zic
ZIC= $(zic) $(ZFLAGS)
# The name of a Posix-compliant `awk' on your system.
AWK= awk