summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-11-15 10:24:32 -0800
committerBen Pfaff <blp@ovn.org>2017-11-26 16:12:08 -0800
commit73965b801a470793be8926ac497d3895502b9454 (patch)
treedb4c40a82b2005091d5691bdb4340070df2eeca0 /Makefile.am
parent719dcfd4a25650e22b123a1ba7d32b84da8e5ed9 (diff)
downloadopenvswitch-73965b801a470793be8926ac497d3895502b9454.tar.gz
Remove Perl dependency.
Nothing in the OVS tree uses Perl any longer, so remove the dependency. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Aaron Conole <aconole@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 7448f1176..d7cfdcd52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -150,7 +150,6 @@ SUFFIXES += .in
-e 's,[@]PKIDIR[@],$(PKIDIR),g' \
-e 's,[@]LOGDIR[@],$(LOGDIR),g' \
-e 's,[@]DBDIR[@],$(DBDIR),g' \
- -e 's,[@]PERL[@],$(PERL),g' \
-e 's,[@]PYTHON[@],$(PYTHON),g' \
-e 's,[@]RUNDIR[@],$(RUNDIR),g' \
-e 's,[@]VERSION[@],$(VERSION),g' \
@@ -175,7 +174,6 @@ SUFFIXES += .xml
PKIDIR='$(PKIDIR)' \
LOGDIR='$(LOGDIR)' \
DBDIR='$(DBDIR)' \
- PERL='$(PERL)' \
PYTHON='$(PYTHON)' \
RUNDIR='$(RUNDIR)' \
VERSION='$(VERSION)' \