612bbe1b39
transformed by the wrapper scripts. This is the test case for the breakage in compiling audio/arts reported several weeks ago on tech-pkg@.
8 lines
211 B
Makefile
8 lines
211 B
Makefile
# $NetBSD: libpath.mk,v 1.1 2004/11/09 16:44:49 jlam Exp $
|
|
|
|
.PHONY: libpath
|
|
do-regress: libpath
|
|
libpath:
|
|
@test="${LOCALBASE}/lib/libfoo.la"; \
|
|
expected="${BUILDLINK_DIR}/lib/libfoo.la"; \
|
|
${TEST_RESULT}
|