From: Ian Jackson Date: Tue, 3 Dec 2019 23:07:00 +0000 (+0000) Subject: subdirmk: stub Makefiles: filter out `all' X-Git-Tag: subdirmk/0.3~123^2~2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?p=subdirmk.git;a=commitdiff_plain;h=e0d1f64d4d198205ba6f451fd400d885abf0fe78 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/generate b/generate index dd22146..87e2214 100755 --- a/generate +++ b/generate @@ -99,7 +99,7 @@ sub write_makefile ($$) { my $cd = $depth ? join('/', ('..',) x $depth) : '.'; o <