From d7436f763874179e086ff1f86bb2fe72596973a0 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Mon, 13 Jun 2011 09:37:09 -0700 Subject: [PATCH] python: Fix "make install" on systems without Python. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reported-by: 冯全树(Crab) --- AUTHORS | 1 + python/ovs/automake.mk | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index cdf31592f..34d280f2f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -86,6 +86,7 @@ Vishal Swarankar vishal.swarnkar@gmail.com YAMAMOTO Takashi yamamoto@valinux.co.jp Yongqiang Liu liuyq7809@gmail.com kk yap yapkke@stanford.edu +冯全树(Crab) fqs888@126.com Thanks to all Open vSwitch contributors. If you are not listed above but believe that you should be, please write to dev@openvswitch.org. diff --git a/python/ovs/automake.mk b/python/ovs/automake.mk index 4a1e7c16f..4440c8c28 100644 --- a/python/ovs/automake.mk +++ b/python/ovs/automake.mk @@ -36,6 +36,9 @@ ovs-install-data-local: $(MKDIR_P) $(DESTDIR)$(pkgdatadir)/python/ovs $(INSTALL_DATA) python/ovs/dirs.py.tmp $(DESTDIR)$(pkgdatadir)/python/ovs/dirs.py rm python/ovs/dirs.py.tmp +else +ovs-install-data-local: + @: endif install-data-local: ovs-install-data-local -- 2.43.0