equal
deleted
inserted
replaced
248 ifndef REV_NUMBER |
248 ifndef REV_NUMBER |
249 REV_NUMBER:=0 |
249 REV_NUMBER:=0 |
250 endif |
250 endif |
251 |
251 |
252 # MorphOS needs builddate |
252 # MorphOS needs builddate |
253 BUILDDATE=$(shell date +%d.%m.%y) |
253 BUILDDATE=`date +%d.%m.%y` |
254 |
254 |
255 # AMD64 needs a little more settings to work |
255 # AMD64 needs a little more settings to work |
256 ifeq ($(shell uname -m), x86_64) |
256 ifeq ($(shell uname -m), x86_64) |
257 endwarnings:=endwarnings |
257 endwarnings:=endwarnings |
258 64_bit_warnings:=64_bit_warnings |
258 64_bit_warnings:=64_bit_warnings |