From e78c69c8146c5dcd096ba13ac03d7a7bb90e3ea7 Mon Sep 17 00:00:00 2001 From: Lutz Jaenicke Date: Sat, 9 Dec 2006 13:06:04 +0000 Subject: fix compile/install error for iptables-xml with DO_MULTI=1 (Lutz Jaenicke) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b651063b..c3e27007 100644 --- a/Makefile +++ b/Makefile @@ -170,7 +170,7 @@ iptables-xml: iptables-xml.c #iptables.o # $(STATIC_LIBS) libiptc/libiptc.a $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LDLIBS) ifeq ($(DO_MULTI), 1) -$(DESTDIR)$(BINDIR)/iptables-xml: iptables-xml +$(DESTDIR)$(BINDIR)/iptables-xml: iptables @[ -d $(DESTDIR)$(BINDIR) ] || mkdir -p $(DESTDIR)$(BINDIR) ln -sf $< $@ else -- cgit v1.2.3