summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-05-08 09:40:27 +0200
committerDidier Raboud <odyx@debian.org>2018-05-08 09:57:43 +0200
commit6659cfab510e4d4d3af30998a9d0aa0da510e33f (patch)
tree838fff26e7b4dbfd941aa5463ffe36adb9ba05a1
parent3d6b26ceeec84fdea364208f82329230ca63cf0d (diff)
Don't try to install-hotplug-osx on all UNAME's
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f04acf2..cfc5d9a 100644
--- a/Makefile
+++ b/Makefile
@@ -1057,7 +1057,9 @@ install-hotplug-prog:
$(USBDIR)/hplj1000 install-usblp
install-hotplug-osx:
+ifeq ($(UNAME),Darwin)
cd osx-hotplug; $(MAKE) PREFIX=$(PREFIX) install-hotplug
+endif
install-filter:
if [ "$(CUPS_SERVERBIN)" != "" ]; then \
@@ -1501,7 +1503,9 @@ man-icc2ps:
cd icc2ps; $(MAKE) man
man-osx-hotplug:
+ifeq ($(UNAME),Darwin)
cd osx-hotplug; $(MAKE) man
+endif
.1in.1:
-rm -f $*.1