(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)

pull/155/head
tron 20 years ago
parent cf5dfe6646
commit 7ec7697f56

@ -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)

Loading…
Cancel
Save