Fixed svnversion path argument.

This commit is contained in:
Florian Pose 2008-07-28 14:03:45 +00:00
parent fdee9feede
commit f82214e66e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ endif
REV := $(shell if test -s $(src)/../svnrevision; then \
cat $(src)/../svnrevision; \
else \
svnversion $(src) 2>/dev/null || echo "unknown"; \
svnversion $(src)/.. 2>/dev/null || echo "unknown"; \
fi)
CFLAGS_module.o := -DSVNREV=$(REV)