summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src
diff options
context:
space:
mode:
authorpirofti <pirofti@openbsd.org>2009-01-11 21:02:03 +0000
committerpirofti <pirofti@openbsd.org>2009-01-11 21:02:03 +0000
commit09438e215f27741b90e504126c2bcc31015ca0d9 (patch)
tree115a6f7456a4e02add7a001ed51131f7fd4a99ae /lib/libssl/src
parentOn *ppc disks shared with MacOS, walk the Apple partition map to find out (diff)
downloadwireguard-openbsd-09438e215f27741b90e504126c2bcc31015ca0d9.tar.xz
wireguard-openbsd-09438e215f27741b90e504126c2bcc31015ca0d9.zip
Fix a sed bug in the makefile's depend target.
What happened was that the output of mkdep was fed to a sed expression that trimmed a bit more than required and also failed to work when attempting to do make depend with pcc. Example: genassym_c.o: /tmp/genassym.whatever ../../../../../sys/param.h \ was changed to: assym.h: \ but what was intended was: assym.h: ../../../../../sys/param.h \ For the pcc -M output things were a bit different and after the make depend the genassym entry would still remain and make would fail. This affected all platforms except amd64 and sgi. Okay miod@.
Diffstat (limited to 'lib/libssl/src')
0 files changed, 0 insertions, 0 deletions