mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00

Some cleanup and magic bit removal as a bonus. git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@768 be3aeb3a-fb24-0410-a615-afba39da0efa
12 lines
293 B
Makefile
12 lines
293 B
Makefile
platform/common/menu.o : revision.h
|
|
|
|
revision.h: FORCE
|
|
ifndef NOREVISION
|
|
@echo "#define REVISION \"`svn info -r HEAD | grep Revision | cut -c 11-`\"" > /tmp/r.tmp
|
|
else
|
|
@echo "#define REVISION \"0\"" > /tmp/r.tmp
|
|
endif
|
|
@diff -q $@ /tmp/r.tmp > /dev/null 2>&1 || mv -f /tmp/r.tmp $@
|
|
|
|
FORCE:
|
|
|