mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-28 06:35:34 +07:00
src/scsi_id/scsi_id.c: remove redeclaration of VERSION
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
This commit is contained in:
parent
f8e5fbd9c8
commit
9611fc1fc7
@ -1,7 +1,6 @@
|
||||
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-DVERSION \
|
||||
-I $(top_srcdir)/src/libudev \
|
||||
-I $(top_srcdir)/src/udev
|
||||
|
||||
|
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user