From bc0305b0b903128412464a8f2e4866f7cea2514e Mon Sep 17 00:00:00 2001 From: msweet Date: Thu, 11 Jul 2013 20:39:46 +0000 Subject: [PATCH] Fix build error git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11129 a1ca3aef-8c08-0410-bb20-df032aa958be --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 46ecd295cf..2f43f3e757 100644 --- a/test/Makefile +++ b/test/Makefile @@ -131,7 +131,7 @@ install-exec: echo Installing ipptool in $(BINDIR)... $(INSTALL_DIR) -m 755 $(BINDIR) $(INSTALL_BIN) ipptool $(BINDIR) - if test -x ippfind; then + if test -x ippfind; then \ $(INSTALL_BIN) ippfind $(BINDIR); \ fi if test "x$(SYMROOT)" != "x"; then \ -- 2.47.2