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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 20 years ago
parent 8eda8113d9
commit f8f6132006

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