From f4961bc905390ab42321a93d7c4a8b78929ce062 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Mon, 16 Apr 2012 16:38:48 -0500 Subject: [PATCH] fix dependency order --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1e6d72f0c7..c6e112c4b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,7 +64,7 @@ cd-moh-install: uhd-moh-install sounds-music-48000-install all-recursive: libfreeswitch.la clean-recusive: clean_core install-recursive: install-libLTLIBRARIES install-binPROGRAMS -$(RECURSIVE_TARGETS): +$(RECURSIVE_TARGETS): freeswitch @failcom='exit 1'; \ for f in x $$MAKEFLAGS; do \ case $$f in \