src/scsi_id/scsi_id.c: remove redeclaration of VERSION

Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
Anthony G. Basile 2014-05-15 19:52:18 -04:00
parent f8e5fbd9c8
commit 9611fc1fc7
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
AM_CPPFLAGS = \
-DVERSION \
-I $(top_srcdir)/src/libudev \
-I $(top_srcdir)/src/udev

View File

@ -398,7 +398,7 @@ static int set_options(struct udev *udev,
break;
case 'V':
printf("%i\n", VERSION);
printf("%s\n", VERSION);
exit(0);
case 'x':