diff options
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile | 1 | ||||
-rw-r--r-- | src/udev/ata_id/Makefile | 1 | ||||
-rw-r--r-- | src/udev/cdrom_id/Makefile | 1 | ||||
-rw-r--r-- | src/udev/collect/Makefile | 1 | ||||
-rw-r--r-- | src/udev/mtd_probe/Makefile | 1 | ||||
-rw-r--r-- | src/udev/scsi_id/Makefile | 1 | ||||
-rw-r--r-- | src/udev/v4l_id/Makefile | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/udev/Makefile b/src/udev/Makefile index b355ac8726..4e475a5727 100644 --- a/src/udev/Makefile +++ b/src/udev/Makefile @@ -177,5 +177,4 @@ udevadm_SOURCES = \ udevadm_LDADD = \ libudev-core.la -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/ata_id/Makefile b/src/udev/ata_id/Makefile index 639e3da118..e70e2573bd 100644 --- a/src/udev/ata_id/Makefile +++ b/src/udev/ata_id/Makefile @@ -32,5 +32,4 @@ ata_id_LDADD = \ udevlibexec_PROGRAMS += \ ata_id -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/cdrom_id/Makefile b/src/udev/cdrom_id/Makefile index 5e9049ad61..f7583cfb70 100644 --- a/src/udev/cdrom_id/Makefile +++ b/src/udev/cdrom_id/Makefile @@ -35,5 +35,4 @@ udevlibexec_PROGRAMS += \ dist_udevrules_DATA += \ rules/60-cdrom_id.rules -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/collect/Makefile b/src/udev/collect/Makefile index 4dacf044f0..88dbaa1d82 100644 --- a/src/udev/collect/Makefile +++ b/src/udev/collect/Makefile @@ -32,5 +32,4 @@ collect_LDADD = \ udevlibexec_PROGRAMS += \ collect -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/mtd_probe/Makefile b/src/udev/mtd_probe/Makefile index 1c57404e70..719993ed0f 100644 --- a/src/udev/mtd_probe/Makefile +++ b/src/udev/mtd_probe/Makefile @@ -34,5 +34,4 @@ dist_udevrules_DATA += \ udevlibexec_PROGRAMS += \ mtd_probe -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/scsi_id/Makefile b/src/udev/scsi_id/Makefile index 9cc633363a..eaf5a51734 100644 --- a/src/udev/scsi_id/Makefile +++ b/src/udev/scsi_id/Makefile @@ -38,5 +38,4 @@ udevlibexec_PROGRAMS += \ EXTRA_DIST += \ src/udev/scsi_id/README -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk diff --git a/src/udev/v4l_id/Makefile b/src/udev/v4l_id/Makefile index 6c9b24a5e1..c2815b6809 100644 --- a/src/udev/v4l_id/Makefile +++ b/src/udev/v4l_id/Makefile @@ -35,5 +35,4 @@ udevlibexec_PROGRAMS += \ dist_udevrules_DATA += \ rules/60-persistent-v4l.rules -$(eval $(value automake2autothing)) include $(topsrcdir)/build-aux/Makefile.tail.mk |