summaryrefslogtreecommitdiff
path: root/cups
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 21:53:15 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-10-18 21:53:15 -0400
commite4b72d7ee14d7279f7b0abbe35ff52f5861201e4 (patch)
tree2fdd2a07b2a778775972d84aa72a2dc1f2aa106a /cups
parent78312b3c7af4094e6d7039a316c6bd9f354df219 (diff)
Update the location of strings files on newer versions of macOS.
Don't install debug symbols for static libraries.
Diffstat (limited to 'cups')
-rw-r--r--cups/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/Makefile b/cups/Makefile
index ea214a45b..37a80563f 100644
--- a/cups/Makefile
+++ b/cups/Makefile
@@ -268,7 +268,7 @@ install-headers:
# Install libraries...
#
-install-libs: $(INSTALLSTATIC)
+install-libs: $(LIBTARGETS) $(INSTALLSTATIC)
echo Installing libraries in $(LIBDIR)...
$(INSTALL_DIR) -m 755 $(LIBDIR)
$(INSTALL_LIB) $(LIBCUPS) $(LIBDIR)