3a5e92e
From 25ce53ead4baefe182703a86796cd369e113199f Mon Sep 17 00:00:00 2001
3a5e92e
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
3a5e92e
Date: Mon, 28 Jan 2019 17:27:15 +0100
3a5e92e
Subject: [PATCH] Fix "make install"
3a5e92e
MIME-Version: 1.0
3a5e92e
Content-Type: text/plain; charset=UTF-8
3a5e92e
Content-Transfer-Encoding: 8bit
3a5e92e
3a5e92e
Makefile.PL already generates install target. The explicit one does
3a5e92e
not work and masks the generated one.
3a5e92e
3a5e92e
Signed-off-by: Petr Písař <ppisar@redhat.com>
3a5e92e
---
3a5e92e
 Makefile.PL | 3 ---
3a5e92e
 1 file changed, 3 deletions(-)
3a5e92e
3a5e92e
diff --git a/Makefile.PL b/Makefile.PL
3a5e92e
index 31907d8..46e8919 100644
3a5e92e
--- a/Makefile.PL
3a5e92e
+++ b/Makefile.PL
3a5e92e
@@ -227,9 +227,6 @@ iptables/iptables.o iptables/xshared.o: iptables/*.c
3a5e92e
 	make -C iptables/ all PREFIX=\"\$(PREFIX)\" IPTABLES_VERSION=\"\$(IPTABLES_VERSION)\" XTABLES_LIBDIR=\"\$(XTABLES_LIBDIR)\" IPTABLES_VERSION_CODE=\"\$(IPTABLES_VERSION_CODE)\" EXTRALIBS=\"\$(EXTRALIBS)\"
3a5e92e
 
3a5e92e
 
3a5e92e
-install::
3a5e92e
-	make -C iptables/ install
3a5e92e
-
3a5e92e
 clean::
3a5e92e
 	make -C iptables/ clean
3a5e92e
 #	make -C library_iptc/ clean
3a5e92e
-- 
3a5e92e
2.17.2
3a5e92e