diff options
Diffstat (limited to 'v4l/Makefile')
-rw-r--r-- | v4l/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index fd757e928..ab94f891f 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -375,7 +375,9 @@ ivtv-links:: ivtv-checkout @find ivtv/i2c-drivers -name '*.[ch]' -type f -exec ln -sf '{}' . \; ivtv:: ivtv-links - @echo '#define IVTV_DRIVER_VERSION_COMMENT "(v4l-dvb + ivtv virtual merge)"' > ivtv-svnversion.h + @echo '#define IVTV_DRIVER_VERSION_COMMENT ' \ + '"(v4l-dvb + ivtv virtual merge)' \ + "`svn info ivtv | grep Revision`"'"' > ivtv-svnversion.h @echo ivtv trunk merged. Run make to build the entire tree. cx88-ivtv:: |