diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 10:24:21 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2012-10-13 10:24:21 +0000 |
commit | 0644745dbae35981a2b6bef82fdb777e425216aa (patch) | |
tree | 6a5b07dec5270d1736bdd7464177505e7edc6f44 /regress/usr.bin | |
parent | 54ba4779b678b725fe5b0eca42645d2668b3331a (diff) |
we are now warning about this !
Diffstat (limited to 'regress/usr.bin')
-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 |