2022.12.07

This commit is contained in:
Seymour Shlien
2022-12-07 16:50:19 -05:00
parent 13b922827d
commit 80e8dbf505
10 changed files with 1242 additions and 278 deletions

View File

@@ -612,8 +612,8 @@ echo 'BEGIN {' >"$tmp/subs1.awk" &&
cat >>"$tmp/subs1.awk" <<\_ACAWK &&
S["LTLIBOBJS"]=""
S["LIBOBJS"]=""
S["EGREP"]="/bin/grep -E"
S["GREP"]="/bin/grep"
S["EGREP"]="/usr/bin/grep -E"
S["GREP"]="/usr/bin/grep"
S["CPP"]="gcc -E"
S["INSTALL_DATA"]="${INSTALL} -m 644"
S["INSTALL_SCRIPT"]="${INSTALL}"