]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - Makefile
Import changes from CUPS 1.4svn-r8704.
[thirdparty/cups.git] / Makefile
index 0fedbbdb4c0e1cd6f3750c62367ea97bae45f9d1..e1929711cc1a7ad8951b773868f0847f83d7c553 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -424,7 +424,7 @@ dist:       all
                *BSD*) $(MAKE) $(MFLAGS) bsd;; \
                Darwin*) $(MAKE) $(MFLAGS) osx;; \
                IRIX*) $(MAKE) $(MFLAGS) tardist;; \
-               Linux*) $(MAKE) $(MFLAGS) rpm;; \
+               Linux*) test ! -x /usr/bin/rpm || $(MAKE) $(MFLAGS) rpm;; \
                SunOS*) $(MAKE) $(MFLAGS) pkg;; \
        esac