From 53d936af40ca044289695404d577e99f6cca2304 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Oct 2014 12:13:16 +0200 Subject: Get rid of command for target that has nothing to build This makes a difference in make output. Without the command we get "Nothing to be done..." (which is what we want) while with the command we get no diagnostics. --- common/changelog/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/changelog/makefile b/common/changelog/makefile index bd0f243..2f900c1 100644 --- a/common/changelog/makefile +++ b/common/changelog/makefile @@ -52,7 +52,7 @@ endif $(default): $(gen) else -$(default): ;@: +$(default): endif # Dist: not supported. -- cgit v1.1