From 457f1fcaee81731a631559d07703db15528c84bc Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Mon, 17 Nov 2014 09:38:35 +0100 Subject: BUILD: Change ordering of invoking Makefiles Make distcheck failed with error: Makefile:1229: tests/.deps/cli_srv_comm.Po: No such file or directory Makefile:1230: tests/.deps/interposetest.Po: No such file or directory make[2]: *** No rule to make target 'tests/.deps/interposetest.Po'. Stop. make[2]: Leaving directory './gss-proxy/proxy/bdir/gssproxy-0.3.1/_build' Makefile:1528: recipe for target 'distclean-recursive' failed make[1]: *** [distclean-recursive] Error 1 Signed-off-by: Lukas Slebodnik Reviewed-by: Simo Sorce --- proxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 289cfb9..b5ba2af 100644 --- a/proxy/Makefile.am +++ b/proxy/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = tests +SUBDIRS = . tests #SUBDIRS += po if HAVE_MANPAGES -- cgit