summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-04-26 18:48:48 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-04-26 18:48:48 -0400
commit3f8c4f340964bd6a9cacfabb2cc3ecc5f3557ca4 (patch)
tree38004315ee0491c1a4fdf674dc77ad96954a1e68 /tools
parentfad6d66937a5c96a8c81c7f405baa0b7b4e757b1 (diff)
downloadcups-3f8c4f340964bd6a9cacfabb2cc3ecc5f3557ca4.tar.gz
Fix install of tools.
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 33ae0dfc9..43ba68847 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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; \