We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a1b24 commit 07e05feCopy full SHA for 07e05fe
1 file changed
Makefile
@@ -1063,7 +1063,9 @@ install-hotplug-prog:
1063
$(USBDIR)/hplj1000 install-usblp
1064
1065
install-hotplug-osx:
1066
+ifeq ($(UNAME),Darwin)
1067
cd osx-hotplug; $(MAKE) PREFIX=$(PREFIX) install-hotplug
1068
+endif
1069
1070
install-filter:
1071
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
@@ -1526,7 +1528,9 @@ man-icc2ps:
1526
1528
cd icc2ps; $(MAKE) man
1527
1529
1530
man-osx-hotplug:
1531
1532
cd osx-hotplug; $(MAKE) man
1533
1534
1535
.1in.1:
1536
-rm -f $*.1
0 commit comments