diff options
author | 2012-10-13 10:24:20 +0000 | |
---|---|---|
committer | 2012-10-13 10:24:20 +0000 | |
commit | 4e22cf1c334f191c625221ad285b236113f1277a (patch) | |
tree | 969c2305b18c7949ac350b6119f5067ae15c4eac | |
parent | fix test now that we forbid unclosed specs (diff) | |
download | wireguard-openbsd-4e22cf1c334f191c625221ad285b236113f1277a.tar.xz wireguard-openbsd-4e22cf1c334f191c625221ad285b236113f1277a.zip |
we are now warning about this !
-rw-r--r-- | regress/usr.bin/make/t29.out | 1 | ||||
-rw-r--r-- | regress/usr.bin/make/t29.out2 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/regress/usr.bin/make/t29.out b/regress/usr.bin/make/t29.out index f64de89f25a..262a8235e9b 100644 --- a/regress/usr.bin/make/t29.out +++ b/regress/usr.bin/make/t29.out @@ -1,3 +1,4 @@ +Warning: target -lm (prerequisite of: t29.targ) does not have any command (BUG) touch t29.targ touch t29dep touch libt29.a diff --git a/regress/usr.bin/make/t29.out2 b/regress/usr.bin/make/t29.out2 index fd5c0e4b64f..7e33668ecc4 100644 --- a/regress/usr.bin/make/t29.out2 +++ b/regress/usr.bin/make/t29.out2 @@ -1,3 +1,4 @@ +Warning: target -lm (prerequisite of: t29.targ) does not have any command (BUG) touch t29.targ touch libt29.a touch t29.targ2 |