From dbda07bda2631a0271b3efb70d52d1707c06d418 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI 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 0a0e4ef6..841d486d 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