From 2c9b4ccd5ca1fef4bf928225d826839cc01692f6 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 17 Sep 2012 23:41:59 -0400 Subject: [PATCH] made timestamp less wordy. --- scripts/clam/rules.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clam/rules.def b/scripts/clam/rules.def index 4706079f..a6f65b5b 100644 --- a/scripts/clam/rules.def +++ b/scripts/clam/rules.def @@ -34,7 +34,7 @@ endif # Provides a time-stamp in the make log. show_date.%: - $(HIDER)echo "The time right now is $(shell date)" + $(HIDER)echo "{$(shell date)}" # The .make rule changes to the directory with the same first part of the # pattern and makes whatever projects are there. This is used by the build -- 2.34.1