From f8f6132006195dbaedd64eafbde5db431a965563 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 4 Feb 2005 17:57:07 +0000 Subject: (svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3fe5f5e82..b42ea848f 100644 --- a/Makefile +++ b/Makefile @@ -250,7 +250,7 @@ REV_NUMBER:=0 endif # MorphOS needs builddate -BUILDDATE=$(shell date +%d.%m.%y) +BUILDDATE=`date +%d.%m.%y` # AMD64 needs a little more settings to work ifeq ($(shell uname -m), x86_64) -- cgit v1.2.3-54-g00ecf