From bb2217901e487ce9cc5acba45f85ed308dd1c775 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 14 Apr 2014 08:50:15 -0400 Subject: [PATCH] FS-6459: --resolve fix srcdir build running modcheck --- build/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.am b/build/Makefile.am index 7732fbcc29..bcac6d6cf4 100644 --- a/build/Makefile.am +++ b/build/Makefile.am @@ -71,7 +71,7 @@ install: @echo " + +" @echo " +-------------------------------------------------+" @cat $(switch_srcdir)/cluecon2.tmpl - @sh modcheck.sh $(modulesdir) + @sh $(switch_srcdir)/build/modcheck.sh $(modulesdir) .PHONY: check dvi html info install-data \ install-dvi install-exec install-html install-info install-pdf install-ps installcheck installdirs pdf \