chiark / gitweb /
tests/example: Correct filename for for-test.mk
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 11:00:39 +0000 (11:00 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 29 Dec 2019 16:04:44 +0000 (16:04 +0000)
&^/ means "this source directory" so &^/lib/ in lib/ is nonsense and
produces lib/lib/.  Also we didn't want the source directory:
anyway: config.status produces outputs in the build tree.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
example/lib/Subdir.sd.mk

index c0fb23602efcc0ddb1d09b7337ad43edeecf7041..60b0b6e248517f93af57b77da444b724d289e40a 100644 (file)
@@ -11,4 +11,4 @@
        $(AR) rc $@ $^
 
 # This is a hook for subdirmk's test suite.
        $(AR) rc $@ $^
 
 # This is a hook for subdirmk's test suite.
--include &^/lib/for-test.mk
+-include &for-test.mk