From: msweet Date: Thu, 11 Jul 2013 20:39:46 +0000 (+0000) Subject: Fix build error X-Git-Tag: release-1.7rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc0305b0b903128412464a8f2e4866f7cea2514e;p=thirdparty%2Fcups.git Fix build error git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11129 a1ca3aef-8c08-0410-bb20-df032aa958be --- 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 \