diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-06-11 12:04:45 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-06-11 12:04:45 +0000 |
commit | 098bbbb8c81490a37d63f9db32a226d956b20f4a (patch) | |
tree | a144eda631a04708a785df65d6b126ea8116d4d0 /regress | |
parent | d854ec968fc8ee4f8b1611c9c4ebe5f6ab7cbd94 (diff) |
- add missing comment for missing-req-3
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/pkg-config/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile index 38c8b5a581d..b5e63f804b4 100644 --- a/regress/usr.bin/pkg-config/Makefile +++ b/regress/usr.bin/pkg-config/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2011/06/11 11:53:57 jasper Exp $ +# $OpenBSD: Makefile,v 1.14 2011/06/11 12:04:44 jasper Exp $ REGRESS_TARGETS=cmp-vers1-1 \ cmp-vers1-2 \ @@ -315,6 +315,7 @@ missing-req-2: @diff -u ${WANT} ${GOT} missing-req-3: + # Test for missing packages in Requires (version) @echo "0.0.0" > ${WANT} @PKG_CONFIG_PATH=${.CURDIR}/pcdir/ ${PKG_CONFIG} --modversion \ missing-req > ${GOT} |