]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix build error
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 11 Jul 2013 20:39:46 +0000 (20:39 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Thu, 11 Jul 2013 20:39:46 +0000 (20:39 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11129 a1ca3aef-8c08-0410-bb20-df032aa958be

test/Makefile

index 46ecd295cf241882e17bdb51541450184604c6f7..2f43f3e75771294e947fbcae660191de070954a8 100644 (file)
@@ -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 \