don't assume that the root directory of CVS is called src (Jan-Benedict Glaw)

This commit is contained in:
christos 2023-06-08 21:24:00 +00:00
parent 7171fe25bf
commit cd98df3318
1 changed files with 2 additions and 2 deletions

View File

@ -3,9 +3,9 @@
awk '
/- join\(/ {
printf(" * WARNING: do not edit!\n");
i = index(FILENAME, "/src/crypto/external");
i = index(FILENAME, "/crypto/external");
s = substr(FILENAME, i);
printf(" * Generated by Makefile from /usr%s\n", s);
printf(" * Generated by Makefile from /usr/src%s\n", s);
next;
}
/use OpenSSL/ {