]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Make sure to call configure with right path
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Sun, 1 Apr 2018 12:39:44 +0000 (14:39 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 23 Apr 2018 19:51:15 +0000 (21:51 +0200)
dev.mk.in

index 957f846d5a16f1c11bb03249c389fc4db7aa3795..1f724f628bc5907e50992c2272d8908014af4e80 100644 (file)
--- a/dev.mk.in
+++ b/dev.mk.in
@@ -197,7 +197,7 @@ uncrustify:
 
 .PHONY: analyze
 analyze:
-       $(SCAN_BUILD) --use-cc=$(CC) ./configure
+       $(SCAN_BUILD) --use-cc=$(CC) $(srcdir)/configure
        $(SCAN_BUILD) --use-cc=$(CC) --status-bugs $(MAKE) -B
 
 .PHONY: docker