diff options
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile | 2 | ||||
-rw-r--r-- | src/udev/ata_id/Makefile | 2 | ||||
-rw-r--r-- | src/udev/cdrom_id/Makefile | 2 | ||||
-rw-r--r-- | src/udev/collect/Makefile | 2 | ||||
-rw-r--r-- | src/udev/mtd_probe/Makefile | 2 | ||||
-rw-r--r-- | src/udev/scsi_id/Makefile | 2 | ||||
-rw-r--r-- | src/udev/v4l_id/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/udev/Makefile b/src/udev/Makefile index 4cb564bb16..4de6cfc0a4 100644 --- a/src/udev/Makefile +++ b/src/udev/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk INSTALL_DIRS += \ diff --git a/src/udev/ata_id/Makefile b/src/udev/ata_id/Makefile index e2daf2e713..186bef5af1 100644 --- a/src/udev/ata_id/Makefile +++ b/src/udev/ata_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk ata_id_SOURCES = \ diff --git a/src/udev/cdrom_id/Makefile b/src/udev/cdrom_id/Makefile index aeee286085..cb814e2400 100644 --- a/src/udev/cdrom_id/Makefile +++ b/src/udev/cdrom_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk cdrom_id_SOURCES = \ diff --git a/src/udev/collect/Makefile b/src/udev/collect/Makefile index 93a5939b2e..d47ad81372 100644 --- a/src/udev/collect/Makefile +++ b/src/udev/collect/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk collect_SOURCES = \ diff --git a/src/udev/mtd_probe/Makefile b/src/udev/mtd_probe/Makefile index e3bf5e1ef0..08cee07a62 100644 --- a/src/udev/mtd_probe/Makefile +++ b/src/udev/mtd_probe/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk mtd_probe_SOURCES = \ diff --git a/src/udev/scsi_id/Makefile b/src/udev/scsi_id/Makefile index 7d349dc0e9..a26799721a 100644 --- a/src/udev/scsi_id/Makefile +++ b/src/udev/scsi_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk scsi_id_SOURCES =\ diff --git a/src/udev/v4l_id/Makefile b/src/udev/v4l_id/Makefile index 493454121f..bbbd19f04e 100644 --- a/src/udev/v4l_id/Makefile +++ b/src/udev/v4l_id/Makefile @@ -20,7 +20,7 @@ # # You should have received a copy of the GNU Lesser General Public License # along with systemd; If not, see <http://www.gnu.org/licenses/>. -include $(dir $(lastword $(MAKEFILE_LIST)))../../../../config.mk +include $(dir $(lastword $(MAKEFILE_LIST)))../../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk v4l_id_SOURCES = \ |