summaryrefslogtreecommitdiff
path: root/notifier
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-12-12 20:54:21 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-12-12 20:54:21 +0000
commitc1420c8744235de1249c34b956b7c11ccafd659d (patch)
tree27879336dd313e589eb2004964f2af416520daff /notifier
parentc41769ffd04ad45bb2c95691ad3999674896a2ed (diff)
downloadcups-c1420c8744235de1249c34b956b7c11ccafd659d.tar.gz
Merge changes from CUPS 1.7svn-r10755.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@4074 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'notifier')
-rw-r--r--notifier/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/notifier/Makefile b/notifier/Makefile
index 5587c2083..95f147fe0 100644
--- a/notifier/Makefile
+++ b/notifier/Makefile
@@ -77,7 +77,10 @@ install-exec:
done
if test "x$(SYMROOT)" != "x"; then \
$(INSTALL_DIR) $(SYMROOT); \
- cp $(NOTIFIERS) $(SYMROOT); \
+ for file in $(NOTIFIERS); do \
+ cp $$file $(SYMROOT); \
+ dsymutil $(SYMROOT)/$$file; \
+ done \
fi