8 lines
238 B
Makefile
8 lines
238 B
Makefile
# $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}
|