From: Ian Jackson Date: Tue, 3 Dec 2019 23:07:00 +0000 (+0000) Subject: subdirmk: stub Makefiles: filter out `all' X-Git-Tag: v0.6.0~267 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=903b7a89cc49ba025a0aecc2079678c74b0670cd;p=secnet.git subdirmk: stub Makefiles: filter out `all' Otherwise `make all' generates this: Makefile:3: target 'all' given more than once in the same rule which is harmless but mildly irritating. Signed-off-by: Ian Jackson --- diff --git a/subdirmk/generate b/subdirmk/generate index dd22146..87e2214 100755 --- a/subdirmk/generate +++ b/subdirmk/generate @@ -99,7 +99,7 @@ sub write_makefile ($$) { my $cd = $depth ? join('/', ('..',) x $depth) : '.'; o <