From 8607d16d0d6368fcf822ecdc00beeebe746c6b34 Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Tue, 24 Jul 2007 06:08:05 +0000 Subject: Introduces DEST_IPT_LIBDIR to simplify $(DESTDIR)$(LIBDIR)/iptables --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0a0e4ef..841d486 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,7 @@ endif ifndef IPT_LIBDIR IPT_LIBDIR:=$(LIBDIR)/iptables endif +DEST_IPT_LIBDIR:=$(DESTDIR)$(LIBDIR)/iptables ifndef NO_SHARED_LIBS DEPFILES = $(SHARED_LIBS:%.so=%.d) -- cgit v1.2.3