blob: acb2d0ac20a31c216032ac70e63705db5368a17f (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: repeated-arg.mk,v 1.1.1.1 2004/08/27 21:34:58 jlam Exp $
.PHONY: repeated-arg
do-regress: repeated-arg
repeated-arg:
@test="-L${LOCALBASE}/lib -L${LOCALBASE}/lib"; \
expected="-L${BUILDLINK_DIR}/lib"; \
${TEST_RESULT}
|