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 4de6cfc0a4..8449d56635 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 186bef5af1..00a8c37ac2 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 cb814e2400..a9297413d3 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 d47ad81372..60af3b7627 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 08cee07a62..d7392a8a3b 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 a26799721a..7064a864f7 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 bbbd19f04e..0641af8065 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 = \ |