From 242f58d8107b4d0776485c44afa0045aa8cdb131 Mon Sep 17 00:00:00 2001 From: Akihiro MOTOKI Date: Mon, 10 Jun 2013 23:30:53 +0900 Subject: [PATCH] iptables: Add subtarget (cmd, lib) to Makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 5b478cf..62e0ae4 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ MSGMERGE_OPTS = --no-wrap --no-location WORK_DIR = . all: translate +cmd: translate-cmd +lib: translate-lib translate: translate-cmd translate-lib translate-cmd: $(patsubst %,_translate-%,$(notdir $(MASTER_CMD))) -- 2.11.0