]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix install of tools.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 26 Apr 2019 22:48:48 +0000 (18:48 -0400)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Fri, 26 Apr 2019 22:48:48 +0000 (18:48 -0400)
tools/Makefile

index 33ae0dfc96e401a1d1d997ebdc0d9de657bef5e6..43ba6884786498c7dfeca6783422ed51f0052a75 100644 (file)
@@ -96,7 +96,7 @@ install-exec:
        done
        if test "x$(SYMROOT)" != "x"; then \
                $(INSTALL_DIR) $(SYMROOT); \
-               for file in $(IPPTOOLS) $(IPPEVECOMMANDS); do
+               for file in $(IPPTOOLS) $(IPPEVECOMMANDS); do \
                        cp $$file $(SYMROOT); \
                        dsymutil $(SYMROOT)/$$file; \
                done; \